Skip to content

Commit

Permalink
Add a support for arm64 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: msm <[email protected]>
  • Loading branch information
msm-cert and msm-code authored Feb 7, 2024
1 parent 8b2a11c commit f719024
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 @@ -31,3 +31,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 f719024

Please sign in to comment.