From: Peter van Dijk Date: Thu, 4 Jul 2024 09:41:12 +0000 (+0200) Subject: exclude el7 from arm64 in daily package builds X-Git-Tag: rec-5.2.0-alpha1~196^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1f47e441a098dd487780e2abc78c0d42d0d98e;p=thirdparty%2Fpdns.git exclude el7 from arm64 in daily package builds missed this spot in #14406 --- diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index e2c3cd9ec9..99196f0eef 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -37,7 +37,7 @@ jobs: - ubuntu-22.04 - ubicloud-standard-2-arm exclude: - - os: centos-7 + - os: el-7 runner-os: ubicloud-standard-2-arm fail-fast: false steps: