Add macOS ARM64 (M1) build configuration

This commit is contained in:
Alula 2022-03-22 00:36:03 +01:00
parent 6408ffcf21
commit 42edfd7fd6
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 9 additions and 4 deletions

View File

@ -17,16 +17,21 @@ environment:
# target: i686-pc-windows-msvc
# target_name: win32
# job_name: windows-x32
- channel: stable
target: x86_64-unknown-linux-gnu
target_name: linux
job_name: linux-x64
appveyor_build_worker_image: Ubuntu
- channel: stable
target: x86_64-apple-darwin
target_name: macos
job_name: mac-x64
appveyor_build_worker_image: macos-monterey
- channel: stable
target: x86_64-unknown-linux-gnu
target_name: linux
job_name: linux-x64
appveyor_build_worker_image: Ubuntu
target: aarch64-apple-darwin
target_name: macos
job_name: mac-arm64
appveyor_build_worker_image: macos-monterey
matrix:
fast_finish: true