mirror of
https://github.com/moby/moby.git
synced 2026-08-10 17:15:06 +00:00
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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user