Skip to content

Commit

Permalink
Try to add sha256sum for release pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 9, 2024
1 parent ef980e0 commit 67d5be8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- armv7-unknown-linux-gnueabihf
- armv7-unknown-linux-musleabihf
- riscv64gc-unknown-linux-gnu
- loongarch64-unknown-linux-gnu
extra: ['bin']
Expand Down Expand Up @@ -62,6 +63,8 @@ jobs:
os: ubuntu-22.04
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-22.04
- target: armv7-unknown-linux-musleabihf
os: ubuntu-22.04
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
- target: loongarch64-unknown-linux-gnu
Expand Down

0 comments on commit 67d5be8

Please sign in to comment.