We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd66734 commit 44a2025Copy full SHA for 44a2025
scripts/buildx
@@ -23,10 +23,9 @@ docker buildx build \
23
--build-arg BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" \
24
--build-arg GOPROXY="${GOPROXY:-}" \
25
--build-arg GOPRIVATE="${GOPRIVATE:-}" \
26
- --platform linux/arm64 \
+ --platform linux/amd64,linux/arm64,linux/arm/7 \
27
--progress plain \
28
--pull \
29
- --load \
30
-f docker/Dockerfile \
31
$@ \
32
.
0 commit comments