We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718754d commit c312246Copy full SHA for c312246
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
if: contains(github.event.head_commit.message, 'deploy+') || contains(github.event.head_commit.message, 'pkg+')
11
strategy:
12
matrix:
13
- 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" ]
+ container: [ "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "ubuntu:25.04", "debian:12", "debian:13", "fedora:40", "fedora:41", "fedora:42", "archlinux:latest", "opensuse/tumbleweed" ]
14
# this list should be updated from time to time by consulting these pages:
15
# https://releases.ubuntu.com/
16
# https://wiki.debian.org/DebianReleases#Production_Releases
0 commit comments