mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Build for linuxstatic and alpine
This commit is contained in:
parent
8bfbe1c77d
commit
a910851422
1 changed files with 20 additions and 0 deletions
20
.github/workflows/create-artifact.yml
vendored
20
.github/workflows/create-artifact.yml
vendored
|
|
@ -39,6 +39,26 @@ jobs:
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
target: node20-linux-arm64
|
target: node20-linux-arm64
|
||||||
extension: ""
|
extension: ""
|
||||||
|
- os: linux
|
||||||
|
arch: x64
|
||||||
|
runner: ubuntu-latest
|
||||||
|
target: node20-linuxstatic-x64
|
||||||
|
extension: ""
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
runner: ubuntu-24.04-arm
|
||||||
|
target: node20-linuxstatic-arm64
|
||||||
|
extension: ""
|
||||||
|
- os: linux
|
||||||
|
arch: x64
|
||||||
|
runner: ubuntu-latest
|
||||||
|
target: node20-alpine-x64
|
||||||
|
extension: ""
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
runner: ubuntu-24.04-arm
|
||||||
|
target: node20-alpine-arm64
|
||||||
|
extension: ""
|
||||||
- os: win
|
- os: win
|
||||||
arch: x64
|
arch: x64
|
||||||
runner: windows-latest
|
runner: windows-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue