From 4cb054b00a7050dcca219b58a53a633f5aa7a842 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Thu, 7 Nov 2024 11:20:48 +0100 Subject: [PATCH] fix: exclude unsupported targets --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8732e6..60c1548 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: repo: ${{ github.repository }} version: ${{ needs.tag.outputs.version }} branch: ${{ needs.tag.outputs.branch }} + exclude-builds: '["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl"]' artifact-patterns: | ^libzenoh_plugin_remote_api(2)?\.(dylib|so)$ ^zenoh_plugin_remote_api(2)?\.dll$