Build binaries for aarch64-apple-darwin

This commit is contained in:
Casper Lindschouw 2024-03-08 19:55:06 +01:00 committed by David Peter
parent c7be935da3
commit 39df4d821d

View File

@ -71,6 +71,7 @@ jobs:
matrix:
job:
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
- { target: aarch64-apple-darwin , os: macos-14 }
- { 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 }