Skip to content

Commit

Permalink
Change the ghdl docker build to use docker images from docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrham committed Oct 24, 2024
1 parent fee39c5 commit 142e822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian-bullseye/ghdl.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG REGISTRY='gcr.io/hdl-containers/debian/bullseye'

#---

FROM ghdl/pkg:bullseye-mcode AS build-mcode
FROM docker.io/ghdl/pkg:bullseye-mcode AS build-mcode

# TODO Build GHDL on $REGISTRY/build/build instead of picking ghdl/pkg:bullseye-mcode

Expand All @@ -35,7 +35,7 @@ COPY --from=build-mcode / /ghdl/usr/local/

#---

FROM ghdl/pkg:bullseye-llvm-11 AS build-llvm
FROM docker.io/ghdl/pkg:bullseye-llvm-11 AS build-llvm

# TODO Build GHDL on $REGISTRY/build/build instead of picking ghdl/pkg:bullseye-mcode

Expand Down

0 comments on commit 142e822

Please sign in to comment.