From bee10d9e8e60bdc0a672bc8b5daa49bf3908a316 Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Fri, 28 Nov 2025 10:05:30 -0500 Subject: [PATCH] ci: enable arm64 tests on Gentoo container Gentoo container now supports arm64. Enable running tests on this CI container as well. --- .github/workflows/integration-extra-arm64.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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' -- 2.47.3