summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-11-01 20:02:49 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2022-11-01 20:02:49 +0100
commit7187d9dae3c9050c5d5d80d08b8e9b3617ffbdd4 (patch)
treefb60782a3adbbe944d14ba5e6e71c91fca3e8f9c
parent5af81fa0c43859e0b9f7fcdaf018306c6b53a9c5 (diff)
Build for aarch64
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1efa537..2ad1eae 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -20,6 +20,7 @@ jobs:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- x86_64-apple-darwin
+ - aarch64-apple-darwin
- x86_64-pc-windows-msvc
include:
- target: x86_64-unknown-linux-gnu
@@ -31,6 +32,9 @@ jobs:
- target: x86_64-apple-darwin
os: macOS-latest
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
os: windows-latest
name: x86_64-pc-windows-msvc.zip