From ca9a8c2584e339b57b9adc25964f10197e66fd06 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sun, 3 May 2026 10:42:33 -0400 Subject: [PATCH] Update release.yml to include musllinux architecture Removed musllinux architecture from CIBW_SKIP in release workflow. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abd850b..a24fbb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,6 @@ jobs: env: CIBW_ENVIRONMENT: PATH=$(pwd)/go/bin:$PATH CIBW_BEFORE_ALL: sh ci-setup-golang.sh - CIBW_SKIP: "*musllinux*" CIBW_ARCHS: ${{ matrix.cibw_arch }} - name: Upload Artifacts uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02