Skip to content

Commit

Permalink
Merge pull request #2 from trippy-cli/build-add-aarch64-apple-darwin-…
Browse files Browse the repository at this point in the history
…release-fork

build: add aarch64-apple-darwin release target (fujiapple852#801)
  • Loading branch information
trippy-cli committed Nov 21, 2023
2 parents 9f8664a + 0da10f6 commit 1019f54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [linux-gnu, linux-musl, linux-arm, macos, netbsd, win-msvc]
build: [linux-gnu, linux-musl, linux-arm, macos, macos-arm, netbsd, win-msvc]
include:
- build: linux-gnu
os: ubuntu-22.04
Expand All @@ -53,6 +53,9 @@ jobs:
- build: macos
os: macos-latest
target: x86_64-apple-darwin
- build: macos-arm
os: ubuntu-22.04
target: aarch64-apple-darwin
- build: netbsd
os: ubuntu-22.04
target: x86_64-unknown-netbsd
Expand Down

0 comments on commit 1019f54

Please sign in to comment.