Skip to content

Commit

Permalink
ci: skip armv5te-unknown-linux-musleabi
Browse files Browse the repository at this point in the history
  • Loading branch information
hafeoz committed Feb 16, 2025
1 parent 36e18fe commit 8a9df6a
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 @@ -12,3 +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

0 comments on commit 8a9df6a

Please sign in to comment.