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 d4fc596 commit 3dbbf83Copy full SHA for 3dbbf83
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
19
job:
20
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
21
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
22
+ - { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
23
+ - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
24
- { target: aarch64-apple-darwin , os: macos-11 }
25
- { target: x86_64-apple-darwin , os: macos-11 }
26
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
0 commit comments