Skip to content

Commit

Permalink
ci: add aarch64 as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Oct 11, 2023
1 parent c1c0766 commit e5c5de0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
- uses: swatinem/rust-cache@v2
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
- name: Add aarch64 target
if: matrix.runner == 'ubuntu-20.04'
run: "rustup target add aarch64-unknown-linux-gnu"
- name: Install cross-compiling tools
if: matrix.runner == 'ubuntu-20.04'
run: "sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu"
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.6"
version = "0.2.7"
edition = "2021"

[package]
Expand Down

0 comments on commit e5c5de0

Please sign in to comment.