Skip to content

Commit ff3fc81

Browse files
pro-sumersharkdp
authored andcommitted
Add target aarch64-unknown-linux-musl
1 parent 0dc3342 commit ff3fc81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CICD.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
matrix:
7272
job:
7373
- { 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 }
7475
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04, use-cross: true }
7576
- { target: arm-unknown-linux-musleabihf, os: ubuntu-20.04, use-cross: true }
7677
- { target: i686-pc-windows-msvc , os: windows-2019 }

0 commit comments

Comments
 (0)