Build for aarch64
This commit is contained in:
parent
d3c5ee5ceb
commit
0ceab3dc7e
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-unknown-linux-musl
|
- x86_64-unknown-linux-musl
|
||||||
- x86_64-apple-darwin
|
- x86_64-apple-darwin
|
||||||
|
- aarch64-apple-darwin
|
||||||
- x86_64-pc-windows-msvc
|
- x86_64-pc-windows-msvc
|
||||||
include:
|
include:
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
|
@ -31,6 +32,9 @@ jobs:
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
name: x86_64-apple-darwin.tar.gz
|
name: x86_64-apple-darwin.tar.gz
|
||||||
|
- target: aarch64-apple-darwin
|
||||||
|
os: macOS-latest
|
||||||
|
name: aarch64-apple-darwin.tar.gz
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
name: x86_64-pc-windows-msvc.zip
|
name: x86_64-pc-windows-msvc.zip
|
||||||
|
|
Loading…
Reference in a new issue