mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add extra artifact for linuxstatic, change install script to use it.
This commit is contained in:
parent
d530b9a1de
commit
ff4618602a
2 changed files with 12 additions and 2 deletions
12
.github/workflows/create-artifact.yml
vendored
12
.github/workflows/create-artifact.yml
vendored
|
|
@ -32,9 +32,19 @@ jobs:
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: x64
|
arch: x64
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
target: node20-linuxstatic-x64
|
target: node20-linux-x64
|
||||||
extension: ""
|
extension: ""
|
||||||
- os: linux
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
runner: ubuntu-24.04-arm
|
||||||
|
target: node20-linux-arm64
|
||||||
|
extension: ""
|
||||||
|
- os: linuxstatic
|
||||||
|
arch: x64
|
||||||
|
runner: ubuntu-latest
|
||||||
|
target: node20-linuxstatic-x64
|
||||||
|
extension: ""
|
||||||
|
- os: linuxstatic
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
target: node20-linuxstatic-arm64
|
target: node20-linuxstatic-arm64
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ error() {
|
||||||
# Detect OS
|
# Detect OS
|
||||||
detect_os() {
|
detect_os() {
|
||||||
case "$(uname -s)" in
|
case "$(uname -s)" in
|
||||||
Linux*) echo "linux" ;;
|
Linux*) echo "linuxstatic" ;;
|
||||||
Darwin*) echo "macos" ;;
|
Darwin*) echo "macos" ;;
|
||||||
*) error "Unsupported operating system: $(uname -s)" ;;
|
*) error "Unsupported operating system: $(uname -s)" ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue