Add riscv64 binary release (#2350)
This commit is contained in:
6
.github/workflows/checks.yml
vendored
6
.github/workflows/checks.yml
vendored
@@ -140,6 +140,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: act-linux-armv7
|
name: act-linux-armv7
|
||||||
path: dist/act_linux_arm_7/act
|
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
|
- name: Capture x86_64 (64-bit) Windows binary
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ builds:
|
|||||||
- '386'
|
- '386'
|
||||||
- arm64
|
- arm64
|
||||||
- arm
|
- arm
|
||||||
|
- riscv64
|
||||||
goarm:
|
goarm:
|
||||||
- '6'
|
- '6'
|
||||||
- '7'
|
- '7'
|
||||||
|
|||||||
Reference in New Issue
Block a user