Skip to content

Commit 1aeed3a

Browse files
committed
Package build for new distro releases
pkg+
1 parent 07f462d commit 1aeed3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
if: contains(github.event.head_commit.message, 'deploy+') || contains(github.event.head_commit.message, 'pkg+')
1212
strategy:
1313
matrix:
14-
container: [ "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "debian:11", "debian:12", "fedora:37", "fedora:39", "fedora:40", "fedora:41", "archlinux:latest" ]
14+
container: [ "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:25.04", "debian:12", "debian:13", "fedora:40", "fedora:41", "fedora:42", "archlinux:latest" ]
1515
# this list should be updated from time to time by consulting these pages:
1616
# https://releases.ubuntu.com/
1717
# https://wiki.debian.org/DebianReleases#Production_Releases
18-
# https://fedoraproject.org/wiki/Releases
18+
# https://en.wikipedia.org/wiki/Fedora_Linux_release_history#Release_history
1919
runs-on: "ubuntu-latest"
2020
container:
2121
image: ${{ matrix.container }}

0 commit comments

Comments
 (0)