From 2106355eec66c3ce51b4ce45978374a4f6a732e6 Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Fri, 28 Feb 2025 15:07:59 +0000 Subject: [PATCH] disable linux musl target for now --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33922f2..0470fdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,8 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - binary_target: x86_64-unknown-linux-musl + # - os: ubuntu-latest + # binary_target: x86_64-unknown-linux-musl - os: ubuntu-latest binary_target: x86_64-unknown-linux-gnu - os: windows-latest