Skip to content

Commit

Permalink
ci: Add riscv64 and aarch64 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Skallwar committed Apr 25, 2022
1 parent 97e3a16 commit 7cdfe64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64-unknown-linux-gnu]
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu, riscv64gc-unknown-linux-gnu]

steps:
- uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Build release
run: |
cargo build --release --target ${{ matrix.target }}
cargo build --release --locked --target ${{ matrix.target }}
- name: Compute sha512
run: |
Expand Down

0 comments on commit 7cdfe64

Please sign in to comment.