Skip to content

Commit 72598ab

Browse files
authored
Update buildx
1 parent f5c7d1a commit 72598ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker buildx build \
2323
--build-arg BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" \
2424
--build-arg GOPROXY="${GOPROXY:-}" \
2525
--build-arg GOPRIVATE="${GOPRIVATE:-}" \
26-
--platform linux/amd64,linux/arm64,linux/arm/7 \
26+
--platform linux/amd64 \
2727
--progress plain \
2828
--pull \
2929
-f docker/Dockerfile \

0 commit comments

Comments
 (0)