Skip to content

Commit 590a14c

Browse files
committed
Fix deploy CI v2
pkg+
1 parent c312246 commit 590a14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: contains(github.event.head_commit.message, 'deploy+') || contains(github.event.head_commit.message, 'pkg+')
1111
strategy:
1212
matrix:
13-
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" ]
13+
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" ]
1414
# this list should be updated from time to time by consulting these pages:
1515
# https://releases.ubuntu.com/
1616
# https://wiki.debian.org/DebianReleases#Production_Releases

0 commit comments

Comments
 (0)