Skip to content

Commit

Permalink
chore: add arm64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Aug 15, 2024
1 parent a687152 commit 1f2ba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
context: .
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
sbom: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 1f2ba8a

Please sign in to comment.