This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
|||||||
FROM golang:1.26-alpine as builder
|
ARG BUILDPLATFORM=linux/amd64
|
||||||
|
FROM --platform=${BUILDPLATFORM} golang:1.26-alpine as builder
|
||||||
|
|
||||||
ARG TARGETOS=linux
|
ARG TARGETOS=linux
|
||||||
ARG TARGETARCH=amd64
|
ARG TARGETARCH=amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user