Skip to content

Commit

Permalink
Dockerfile: Restate ARG TARGETOS TARGETARCH after FROM almalinux
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood committed Oct 4, 2023
1 parent f9bdcdc commit 0c731ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH GO111MODULE=on \
install -m 755 -D getbiosconfig /usr/sbin/

FROM almalinux:9-minimal as stage1
ARG TARGETOS TARGETARCH

# copy ironlib wrapper binaries
COPY --from=stage0 /usr/sbin/getbiosconfig /usr/sbin/getbiosconfig
Expand Down

0 comments on commit 0c731ca

Please sign in to comment.