Add apple arm (#2324)
This commit is contained in:
parent
b1f1e64da3
commit
23bd03fdfc
@ -59,10 +59,14 @@ stages:
|
|||||||
imageName: 'windows-2019'
|
imageName: 'windows-2019'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
target: 'x86_64-pc-windows-msvc'
|
target: 'x86_64-pc-windows-msvc'
|
||||||
mac-stable:
|
mac-stable-intel:
|
||||||
imageName: 'macos-11'
|
imageName: 'macos-11'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
target: 'x86_64-apple-darwin'
|
target: 'x86_64-apple-darwin'
|
||||||
|
mac-stable-arm:
|
||||||
|
imageName: 'macos-11'
|
||||||
|
rustup_toolchain: stable
|
||||||
|
target: 'aarch64-apple-darwin'
|
||||||
linux-stable:
|
linux-stable:
|
||||||
imageName: 'ubuntu-20.04'
|
imageName: 'ubuntu-20.04'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user