WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ca274f4

Browse files
authored
comment release matcher for 25.10 since there's already a release (#3801)
1 parent 0de283c commit ca274f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
base_image: "ubuntu:24.04"
8989
- test: "upgrade-latest-with-cli"
9090
base_image: "ubuntu:25.10"
91-
release-matcher: "kairos-ubuntu-24.04-core-amd64-generic-v3.5.7.iso"
91+
# Whenever there's a new flavor e.g. ubuntu-25.10 but we haven't released a kairos version with it, you can use the release matcher to match to a previous version, e.g. ubuntu-24.04
92+
# release-matcher: "kairos-ubuntu-24.04-core-amd64-generic-v3.6.0.iso"
9293
netboot-tests:
9394
name: ${{ matrix.base_image }}
9495
uses: ./.github/workflows/reusable-qemu-netboot-test.yaml

0 commit comments

Comments
 (0)