Skip to content

Commit

Permalink
temp disable ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jul 20, 2024
1 parent 6f1d151 commit 113d7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
push: true
sbom: true
provenance: mode=max
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit 113d7f1

Please sign in to comment.