aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryvt2022-09-02 03:44:18 +0000
committerMichael Davis2022-09-06 23:42:02 +0000
commit038a91d204bd4a0038201f37d64cc55615ca9fca (patch)
tree6ce65228399ed0f976c6813303e407efa99627ef
parent1fc97a9a203adce6a700cb871cddb75c655a4b98 (diff)
chore(ci): build binary for aarch64-linux
-rw-r--r--.github/workflows/release.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 55233bfd..76e12eac 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -49,11 +49,11 @@ jobs:
rust: stable
target: x86_64-unknown-linux-gnu
cross: false
- # - build: aarch64-linux
- # os: ubuntu-20.04
- # rust: stable
- # target: aarch64-unknown-linux-gnu
- # cross: true
+ - build: aarch64-linux
+ os: ubuntu-20.04
+ rust: stable
+ target: aarch64-unknown-linux-gnu
+ cross: true
- build: x86_64-macos
os: macos-latest
rust: stable