1
1
mirror of https://github.com/nektos/act.git synced 2024-10-03 23:47:41 +03:00

Add riscv64 binary release (#2350)

This commit is contained in:
Meng Zhuo 2024-06-05 22:13:59 +08:00 committed by GitHub
parent 71a6fa0b42
commit 55a8f9afc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -13,6 +13,7 @@ builds:
- '386'
- arm64
- arm
- riscv64
goarm:
- '6'
- '7'