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.
1 parent 5e0d3cc commit c6d6ca4Copy full SHA for c6d6ca4
.github/workflows/release.yml
@@ -27,6 +27,11 @@ jobs:
27
run: |
28
rustup target add x86_64-unknown-linux-musl
29
sudo apt-get -qq install musl-tools
30
+ - name: Setup aarch64 mac
31
+ if: matrix.os == 'macOS-latest'
32
+ run: |
33
+ rustup target add aarch64-apple-darwin
34
+ rustup target add x86_64-apple-darwin
35
- name: Build for linux
36
if: matrix.os == 'ubuntu-latest'
37
0 commit comments