Skip to content

Commit

Permalink
Build MacOS ARM Binaries (ordinals#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Dec 12, 2022
1 parent 204606c commit 843304c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:
fail-fast: false
matrix:
target:
- aarch64-apple-darwin
- x86_64-apple-darwin
- x86_64-pc-windows-msvc
- x86_64-unknown-linux-gnu
include:
- target: aarch64-apple-darwin
os: macos-latest
target_rustflags: ''
- target: x86_64-apple-darwin
os: macos-latest
target_rustflags: ''
Expand Down

0 comments on commit 843304c

Please sign in to comment.