Skip to content

Commit 10df7e4

Browse files
committed
fix: TARGETOS TARGETARCH vars in Dockerfile
1 parent edf6685 commit 10df7e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ARG ALPINE_VERSION=3.22.0
22

33
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
4+
ARG TARGETOS
5+
ARG TARGETARCH
46

57
WORKDIR /build
68

0 commit comments

Comments
 (0)