Skip to content

Commit

Permalink
Binaries for darwin-arm64
Browse files Browse the repository at this point in the history
Using the new `macos-14` runners (now free for open source), which run on Apple Silicon, as per:
- https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

Signed-off-by: Victor Sollerhed <[email protected]>
  • Loading branch information
MPV authored Feb 2, 2024
1 parent 9d13ea4 commit ffa7f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- os: macos-latest
TARGET: kubectl-sigstore-darwin-amd64
# COSIGN_PASSWORD: COSIGN_PASSWORD
- os: macos-14
TARGET: kubectl-sigstore-darwin-arm64
# COSIGN_PASSWORD: COSIGN_PASSWORD
- os: ubuntu-latest
TARGET: kubectl-sigstore-linux-amd64
# COSIGN_PASSWORD: COSIGN_PASSWORD
Expand Down

0 comments on commit ffa7f89

Please sign in to comment.