Skip to content

Commit

Permalink
build: add aarch64-apple-darwin release target (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Nov 19, 2023
1 parent b215501 commit a79069d
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 a79069d

Please sign in to comment.