Skip to content

Commit

Permalink
fix: exclude unsupported targets
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Nov 7, 2024
1 parent 03e9e1e commit 4cb054b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down

0 comments on commit 4cb054b

Please sign in to comment.