Skip to content

Commit

Permalink
Binaries for darwin-arm64 (Apple Silicon) (#124)
Browse files Browse the repository at this point in the history
* Binaries for `darwin-arm64`

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]>

* Add `macos-14` to `matrix.os` also

Signed-off-by: Victor Sollerhed <[email protected]>

---------

Signed-off-by: Victor Sollerhed <[email protected]>
  • Loading branch information
MPV authored Feb 5, 2024
1 parent 9d13ea4 commit be1f99b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, macos-14, ubuntu-latest, windows-latest]
include:
- 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 be1f99b

Please sign in to comment.