Add aarch64-macos (M1) to the release build matrix
This commit is contained in:
parent
e2d780f993
commit
582f1ee9d8
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't fail other jobs if one fails
|
fail-fast: false # don't fail other jobs if one fails
|
||||||
matrix:
|
matrix:
|
||||||
build: [x86_64-linux, aarch64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
|
build: [x86_64-linux, aarch64-linux, x86_64-macos, aarch64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
|
||||||
include:
|
include:
|
||||||
- build: x86_64-linux
|
- build: x86_64-linux
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
|
@ -37,6 +37,10 @@ jobs:
|
||||||
rust: stable
|
rust: stable
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
cross: false
|
cross: false
|
||||||
|
- build: aarch64-macos
|
||||||
|
os: macos-latest
|
||||||
|
rust: stable
|
||||||
|
target: aarch64-apple-darwin
|
||||||
# - build: x86_64-win-gnu
|
# - build: x86_64-win-gnu
|
||||||
# os: windows-2019
|
# os: windows-2019
|
||||||
# rust: stable-x86_64-gnu
|
# rust: stable-x86_64-gnu
|
||||||
|
|
Loading…
Reference in a new issue