From 554e83f8187a2da7bcca697da3899d467d0405dd Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 7 Apr 2026 10:28:23 +0900 Subject: [PATCH] CI: add back ubuntu-24.04 + rootless + systemd Signed-off-by: Akihiro Suda --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b97d338798..a6a8d852db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,13 +92,11 @@ jobs: - arch: amd64 storage: snapshotter runnerSuffix: "" - extraModes: '["rootless", "systemd", "iptables+firewalld", "nftables", "nftables+firewalld"]' - # FIXME: add rootless-systemd once https://github.com/moby/moby/issues/44084 is resolved. + extraModes: '["rootless", "systemd", "rootless-systemd", "iptables+firewalld", "nftables", "nftables+firewalld"]' - arch: amd64 storage: graphdriver runnerSuffix: "" extraModes: '["rootless", "systemd"]' - # FIXME: add rootless-systemd once https://github.com/moby/moby/issues/44084 is resolved. - arch: arm64 storage: snapshotter runnerSuffix: "-arm"