Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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