Skip to content

Commit

Permalink
add support for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
BonusPlay committed Feb 7, 2024
1 parent 43b0c14 commit 8847c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
push: ${{ github.event_name == 'push' }}
# Flux v1 doesn't support OCI-compliant manifests
provenance: false
platforms: linux/arm64,linux/amd64
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
push: true
# Flux v1 doesn't support OCI-compliant manifests
provenance: false
platforms: linux/arm64,linux/amd64

0 comments on commit 8847c14

Please sign in to comment.