From: Jo Zzsi Date: Fri, 28 Nov 2025 15:05:30 +0000 (-0500) Subject: ci: enable arm64 tests on Gentoo container X-Git-Tag: 110~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee10d9;p=thirdparty%2Fdracut-ng.git ci: enable arm64 tests on Gentoo container Gentoo container now supports arm64. Enable running tests on this CI container as well. --- diff --git a/.github/workflows/integration-extra-arm64.yml b/.github/workflows/integration-extra-arm64.yml index 7861ece22..8384ff52c 100644 --- a/.github/workflows/integration-extra-arm64.yml +++ b/.github/workflows/integration-extra-arm64.yml @@ -25,6 +25,7 @@ jobs: matrix: container: - debian + - gentoo - opensuse - ubuntu - void @@ -63,6 +64,7 @@ jobs: matrix: container: - debian + - gentoo - opensuse - ubuntu test: @@ -77,6 +79,10 @@ jobs: # fails to boot - container: ubuntu test: "41" + exclude: + # fails with key file '/run/credentials/@system/key' missing. + - container: gentoo + test: "41" container: image: ghcr.io/dracut-ng/${{ matrix.container }}:latest-arm options: '--privileged'