Skip to content

Commit

Permalink
Add riscv64 binary release (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzhuo committed Jun 5, 2024
1 parent 71a6fa0 commit 55a8f9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ jobs:
with:
name: act-linux-armv7
path: dist/act_linux_arm_7/act
- name: Capture riscv64 (64-bit) Linux binary
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
with:
name: act-linux-riscv64
path: dist/act_linux_riscv64/act
- name: Capture x86_64 (64-bit) Windows binary
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ builds:
- '386'
- arm64
- arm
- riscv64
goarm:
- '6'
- '7'
Expand Down

0 comments on commit 55a8f9a

Please sign in to comment.