mirror of https://gitea.com/gitea/act_runner.git
Add riscv64 binary release (#2350)
This commit is contained in:
parent
71a6fa0b42
commit
55a8f9afc5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ builds:
|
|||
- '386'
|
||||
- arm64
|
||||
- arm
|
||||
- riscv64
|
||||
goarm:
|
||||
- '6'
|
||||
- '7'
|
||||
|
|
|
|||
Loading…
Reference in New Issue