mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
add alpine & linuxstatic to create-artifact.yml
This commit is contained in:
parent
62d5af8599
commit
b4d48c0999
1 changed files with 20 additions and 1 deletions
21
.github/workflows/create-artifact.yml
vendored
21
.github/workflows/create-artifact.yml
vendored
|
|
@ -49,7 +49,26 @@ jobs:
|
|||
runner: windows-11-arm
|
||||
target: node20-win-arm64
|
||||
extension: ".exe"
|
||||
|
||||
- os: alpine
|
||||
arch: x64
|
||||
runner: ubuntu-latest
|
||||
target: node20-alpine-x64
|
||||
extension: ""
|
||||
- os: alpine
|
||||
arch: arm64
|
||||
runner: ubuntu-24.04-arm
|
||||
target: node20-alpine-arm64
|
||||
extension: ""
|
||||
- os: linuxstatic
|
||||
arch: x64
|
||||
runner: ubuntu-latest
|
||||
target: node20-linuxstatic-x64
|
||||
extension: ""
|
||||
- os: linuxstatic
|
||||
arch: arm64
|
||||
runner: ubuntu-24.04-arm
|
||||
target: node20-linuxstatic-arm64
|
||||
extension: ""
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue