Skip to content

Commit e5c5de0

Browse files
committed
ci: add aarch64 as a target
1 parent c1c0766 commit e5c5de0

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
- uses: swatinem/rust-cache@v2
100100
- name: Install cargo-dist
101101
run: ${{ matrix.install_dist }}
102+
- name: Add aarch64 target
103+
if: matrix.runner == 'ubuntu-20.04'
104+
run: "rustup target add aarch64-unknown-linux-gnu"
102105
- name: Install cross-compiling tools
103106
if: matrix.runner == 'ubuntu-20.04'
104107
run: "sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu"

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.2.6"
2+
version = "0.2.7"
33
edition = "2021"
44

55
[package]

0 commit comments

Comments
 (0)