From 35ca2233f82a257ffe931b37656d41c561508be7 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Mon, 5 Jan 2026 15:45:57 +0100 Subject: [PATCH] Use linuxstatic target for linux --- .github/workflows/create-artifact.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/create-artifact.yml b/.github/workflows/create-artifact.yml index d11447e..bba0d46 100644 --- a/.github/workflows/create-artifact.yml +++ b/.github/workflows/create-artifact.yml @@ -32,33 +32,13 @@ jobs: - os: linux arch: x64 runner: ubuntu-latest - target: node20-linux-x64 + target: node20-linuxstatic-x64 extension: "" - 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 runner: ubuntu-24.04-arm target: node20-linuxstatic-arm64 extension: "" - - 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: win arch: x64 runner: windows-latest