diff options
author | yvt | 2022-09-02 03:44:18 +0000 |
---|---|---|
committer | Michael Davis | 2022-09-06 23:42:02 +0000 |
commit | 038a91d204bd4a0038201f37d64cc55615ca9fca (patch) | |
tree | 6ce65228399ed0f976c6813303e407efa99627ef /.github/workflows/release.yml | |
parent | 1fc97a9a203adce6a700cb871cddb75c655a4b98 (diff) |
chore(ci): build binary for aarch64-linux
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 10 |
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 |