From a910851422fa9238f0ded30272963e257224fa13 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Mon, 5 Jan 2026 14:15:28 +0100 Subject: [PATCH] Build for linuxstatic and alpine --- .github/workflows/create-artifact.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/create-artifact.yml b/.github/workflows/create-artifact.yml index d7729fd..5168d6e 100644 --- a/.github/workflows/create-artifact.yml +++ b/.github/workflows/create-artifact.yml @@ -39,6 +39,26 @@ jobs: runner: ubuntu-24.04-arm target: node20-linux-arm64 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 arch: x64 runner: windows-latest