From 6fe0b3a70554f1a559ee6385b35db2698c7ed07b Mon Sep 17 00:00:00 2001 From: Konrad Baran Date: Fri, 1 Mar 2024 19:44:52 +0100 Subject: [PATCH] added musl linux targets to release matrix --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f638bca7..4151a167 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,10 @@ jobs: target: x86_64-unknown-linux-gnu - os: ubuntu-latest target: aarch64-unknown-linux-gnu + - os: ubuntu-latest + target: x86_64-unknown-linux-musl + - os: ubuntu-latest + target: aarch64-unknown-linux-musl - os: macos-latest target: x86_64-apple-darwin - os: macos-latest