Skip to content

Commit

Permalink
ci: skip armv5te-unknown-linux-gnueabi
Browse files Browse the repository at this point in the history
  • Loading branch information
hafeoz committed Feb 17, 2025
1 parent 7a46203 commit 9fc7620
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,armv5te-unknown-linux-gnueabi' # fails to compile zvariant-5.2.0

0 comments on commit 9fc7620

Please sign in to comment.