From 9fc7620407ecaff21c1789c61ec78b0b60edbabe Mon Sep 17 00:00:00 2001 From: hafeoz Date: Mon, 17 Feb 2025 03:03:43 +0000 Subject: [PATCH] ci: skip armv5te-unknown-linux-gnueabi --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 510d3aa..f84901a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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