Skip to content

Commit 37a52db

Browse files
committed
build: specify linux/amd64 platform inside builder image
1 parent 793f05f commit 37a52db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/images/milkyway-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine
1+
FROM --platform=linux/amd64 golang:1.23-alpine
22
ARG arch=x86_64
33

44
# Set up dependencies

0 commit comments

Comments
 (0)