Skip to content

Commit

Permalink
Merge pull request #233 from pavelzw/aarch
Browse files Browse the repository at this point in the history
Also build for aarch64
  • Loading branch information
baszalmstra authored Jul 27, 2023
2 parents 92b2daa + b39ad11 commit 4cd3933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
matrix:
job:
- { name: "Linux-x86_64", target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
- { name: "Linux-aarch64", target: aarch64-unknown-linux-musl, os: ubuntu-latest, use-cross: true, skip-tests: true }

- { name: "macOS-x86_64", target: x86_64-apple-darwin, os: macOS-latest }
- { name: "macOS-aarch64", target: aarch64-apple-darwin, os: macOS-latest, skip-tests: true }
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: ${{ matrix.job.target }}
cache: false

- name: Setup | Install cargo-wix [Windows]
continue-on-error: true
Expand Down

0 comments on commit 4cd3933

Please sign in to comment.