Skip to content

Commit 93f8fcb

Browse files
committed
Make CI build single-arch
Multi-arch builds cannot be done locally, with the docker type. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 3a32c66 commit 93f8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/build-push-action@v5
3232
with:
3333
outputs: "type=docker,push=false"
34-
platforms: linux/amd64,linux/arm64
34+
platforms: linux/amd64
3535
build-args: |
3636
Version=dev
3737
GitCommit=${{ github.sha }}

0 commit comments

Comments
 (0)