Skip to content

Commit 595febc

Browse files
committed
Exclude Fedora 41 from the build job
Starting with systemd version 253 or 254 (I'm not sure which) it is no longer possible to start systemd-resolved.service under QEMU emulation. We support this case, but we cannot test it until we have native ARM64 runners. See issue #10 for more details.
1 parent 668590f commit 595febc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ jobs:
198198
platform: fedora39-systemd
199199
- architecture: arm64
200200
platform: fedora40-systemd
201+
- architecture: arm64
202+
platform: fedora41-systemd
201203
- architecture: arm64
202204
platform: kali-systemd
203205
- architecture: arm64

0 commit comments

Comments
 (0)