CI: add back ubuntu-24.04 + rootless + systemd

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2026-04-07 10:28:23 +09:00
parent d1d7735c30
commit 554e83f818

View File

@@ -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"