We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3c06d1 + 67f422b commit 59f2656Copy full SHA for 59f2656
.github/workflows/release.yml
@@ -27,9 +27,11 @@ jobs:
27
- uses: actions/checkout@v4
28
- uses: Swatinem/rust-cache@v2
29
- uses: dtolnay/rust-toolchain@stable
30
+ with:
31
+ targets: aarch64-apple-darwin
32
- name: Build aarch64
33
run: |
- cargo build --release
34
+ cargo build --release --target aarch64-apple-darwin
35
ARTIFACT="target/aarch64-apple-darwin/release/git-suggest-reviewers"
36
strip -S "$ARTIFACT"
37
ditto -c -k --sequesterRsrc "$ARTIFACT" git-suggest-reviewers_mac_aarch64.zip
0 commit comments