Skip to content

Commit b467ee8

Browse files
committed
ci: Add riscv64 and aarch64 for release
1 parent c57fa10 commit b467ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
target: [x86_64-unknown-linux-gnu]
11+
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu, riscv64gc-unknown-linux-gnu]
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Build release
3030
run: |
31-
cargo build --release --target ${{ matrix.target }}
31+
cargo build --release --locked --target ${{ matrix.target }}
3232
3333
- name: Compute sha512
3434
run: |

0 commit comments

Comments
 (0)