Skip to content

Commit

Permalink
add back arm support - did not fail for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jul 20, 2024
1 parent 87320ad commit 89db7a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
push: true
sbom: true
provenance: mode=max
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit 89db7a9

Please sign in to comment.