Skip to content

Commit

Permalink
chore(ci): build binary for aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt authored and the-mikedavis committed Sep 6, 2022
1 parent 1fc97a9 commit 038a91d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 038a91d

Please sign in to comment.