From af36218cc2b9d3f024012a41313db765747b923c Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Fri, 4 Apr 2025 02:45:09 +0000 Subject: [PATCH] add linux-musl-x64 artifact (#1985) --- .github/workflows/artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 65630c70..884c764b 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -146,6 +146,9 @@ jobs: - os: ubuntu-latest kind: linux target: linux-x64 + - os: ubuntu-latest + kind: linux + target: linux-musl-x64 - os: ubuntu-latest kind: linux target: linux-arm