Skip to content

Commit 44a2025

Browse files
author
Fuechslein
committed
Restore default build script
1 parent fd66734 commit 44a2025

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/buildx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ 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/arm64 \
26+
--platform linux/amd64,linux/arm64,linux/arm/7 \
2727
--progress plain \
2828
--pull \
29-
--load \
3029
-f docker/Dockerfile \
3130
$@ \
3231
.

0 commit comments

Comments
 (0)