Skip to content

Commit

Permalink
Make CI build single-arch
Browse files Browse the repository at this point in the history
Multi-arch builds cannot be done locally, with the
docker type.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 22, 2024
1 parent 3a32c66 commit 93f8fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v5
with:
outputs: "type=docker,push=false"
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
build-args: |
Version=dev
GitCommit=${{ github.sha }}
Expand Down

0 comments on commit 93f8fcb

Please sign in to comment.