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 805cb5d commit 0ce5759Copy full SHA for 0ce5759
.github/workflows/ci.yaml
@@ -242,7 +242,7 @@ jobs:
242
- name: Build and push
243
run: |
244
for a in amd64 arm64 ppc64le s390x; do
245
- CGO_ENABLED=0 go build -o "func-util-$a" -trimpath -ldflags '-w -s' ./cmd/func-util
+ CGO_ENABLED=0 GOARCH="$a" go build -o "func-util-$a" -trimpath -ldflags '-w -s' ./cmd/func-util
246
done
247
docker buildx create --name multiarch --driver docker-container --use
248
docker buildx build . -f Dockerfile.utils \
0 commit comments