We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc3342 commit ff3fc81Copy full SHA for ff3fc81
.github/workflows/CICD.yml
@@ -71,6 +71,7 @@ jobs:
71
matrix:
72
job:
73
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
74
+ - { target: aarch64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
75
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04, use-cross: true }
76
- { target: arm-unknown-linux-musleabihf, os: ubuntu-20.04, use-cross: true }
77
- { target: i686-pc-windows-msvc , os: windows-2019 }
0 commit comments