Skip to content

Commit 2bd2628

Browse files
committed
fixup! WIP: build zauth binary for arm64
1 parent 7f6f20e commit 2bd2628

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build-zauth.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,14 @@ jobs:
1616
uses: actions-rs/toolchain@v1
1717
with:
1818
toolchain: stable
19-
target: aarch64-unknown-linux-gnu
19+
target: aarch64-apple-darwin
2020
override: true
2121

22-
- name: Install dependencies
23-
run: |
24-
sudo apt-get update
25-
sudo apt-get install -y gcc-aarch64-linux-gnu
26-
2722
- name: Build zAuth for ARM64
2823
run: |
2924
make libzauth
3025
env:
31-
CARGO_BUILD_TARGET: aarch64
26+
CARGO_BUILD_TARGET: aarch64-apple-darwin
3227

3328
- name: Upload zAuth binary as artifact
3429
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)