Add target aarch64-apple-darwin for job build

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-05-31 15:20:46 +10:00
parent 9026554471
commit e5125527a2
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -59,6 +59,11 @@ jobs:
output: cargo-binstall
archive: tgz
use-cross: true
- target: aarch64-apple-darwin
os: macos-latest
output: cargo-binstall
archive: zip
use-cross: false
steps:
- uses: actions/checkout@v2