From 1b2c34071a9842e66ccdc111ea7830fa210be0ba Mon Sep 17 00:00:00 2001 From: "James W. Brinkerhoff" Date: Wed, 4 Oct 2023 11:10:01 -0400 Subject: [PATCH] Dockerfile: Restate ARG TARGETOS TARGETARCH after FROM almalinux --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3fbfe4b7..8865b2da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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