Skip to content

Commit 3a70030

Browse files
majarovtargithub-actions[bot]
authored andcommitted
Update supported distro versions
1 parent 6e2fad4 commit 3a70030

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
fail-fast: false
256256
matrix:
257257
# https://images.linuxcontainers.org/
258-
distribution: [debian/13, debian/12, ubuntu/25.10, ubuntu/24.04, ubuntu/22.04, fedora/43, fedora/42, archlinux]
258+
distribution: [debian/13, debian/12, fedora/43, fedora/42, archlinux]
259259
steps:
260260
- name: Checkout
261261
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/distro.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,6 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
- distro: ubuntu-22.04
28-
image: jrei/systemd-ubuntu:22.04
29-
setup: |
30-
apt-get update
31-
apt-get upgrade -y
32-
apt-get install -y nftables
33-
installer: "apt-get install -y"
34-
verify_package: "dpkg -l paretosecurity"
35-
- distro: ubuntu-24.04
36-
image: jrei/systemd-ubuntu:24.04
37-
setup: |
38-
apt-get update
39-
apt-get upgrade -y
40-
installer: "apt-get install -y"
41-
verify_package: "dpkg -l paretosecurity"
42-
- distro: ubuntu-25.10
43-
image: jrei/systemd-ubuntu:25.10
44-
setup: |
45-
apt-get update
46-
apt-get upgrade -y
47-
apt-get install -y nftables
48-
installer: "apt-get install -y"
49-
verify_package: "dpkg -l paretosecurity"
5027
- distro: debian-12
5128
image: jrei/systemd-debian:12
5229
setup: |

0 commit comments

Comments
 (0)