File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,12 @@ jobs:
192
192
# PowerShell does not support ARM64 on Debian-based platforms.
193
193
- architecture : arm64
194
194
scenario : powershell
195
+ # The latest official release of PowerShell does not support
196
+ # Ubuntu Noble. It requires libicu <= 72, but Noble only
197
+ # offers libicu 74:
198
+ # https://packages.ubuntu.com/search?keywords=libicu&searchon=names&suite=noble§ion=all
199
+ - platform : ubuntu-24-systemd
200
+ scenario : powershell
195
201
# Debian Bookworm and Trixie do not offer Python 2.
196
202
- platform : debian12-systemd
197
203
scenario : python2
Original file line number Diff line number Diff line change @@ -194,15 +194,18 @@ platforms:
194
194
# privileged: true
195
195
# volumes:
196
196
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
197
- - cgroupns_mode : host
198
- command : /lib/systemd/systemd
199
- image : docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
200
- name : ubuntu-24-systemd-amd64
201
- platform : amd64
202
- pre_build_image : true
203
- privileged : true
204
- volumes :
205
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
197
+ # The latest official release of PowerShell does not support Ubuntu
198
+ # Noble. It requires libicu <= 72, but Noble only offers libicu 74:
199
+ # https://packages.ubuntu.com/search?keywords=libicu&searchon=names&suite=noble§ion=all
200
+ # - cgroupns_mode: host
201
+ # command: /lib/systemd/systemd
202
+ # image: docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
203
+ # name: ubuntu-24-systemd-amd64
204
+ # platform: amd64
205
+ # pre_build_image: true
206
+ # privileged: true
207
+ # volumes:
208
+ # - /sys/fs/cgroup:/sys/fs/cgroup:rw
206
209
# PowerShell does not support ARM64 on Ubuntu.
207
210
# - cgroupns_mode: host
208
211
# command: /lib/systemd/systemd
You can’t perform that action at this time.
0 commit comments