Skip to content

Commit

Permalink
fix: use comma-separated list for blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
hafeoz committed Feb 17, 2025
1 parent 8a9df6a commit 7a46203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
fail-if-unreproducible: true
target-regex: '^([^-]+)-([^-]+)-linux(-(musl|gnu)([^-]+))?$'
skip-target: '["armv5te-unknown-linux-musleabi"]' # fails to compile zvariant-5.2.0
skip-target: 'armv5te-unknown-linux-musleabi' # fails to compile zvariant-5.2.0

0 comments on commit 7a46203

Please sign in to comment.