mirror of
https://github.com/nektos/act.git
synced 2024-11-20 09:48:53 +03:00
Add riscv64 binary release (#2350)
This commit is contained in:
parent
71a6fa0b42
commit
55a8f9afc5
6
.github/workflows/checks.yml
vendored
6
.github/workflows/checks.yml
vendored
@ -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
Block a user