Add target aarch64-unknown-linux-musl

This commit is contained in:
Rob 2024-01-15 15:00:19 +01:00 committed by David Peter
parent 0dc3342c33
commit ff3fc81db4
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ jobs:
matrix:
job:
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04, use-cross: true }
- { target: arm-unknown-linux-musleabihf, os: ubuntu-20.04, use-cross: true }
- { target: i686-pc-windows-msvc , os: windows-2019 }