Skip to content

Commit

Permalink
test(incus): Update image list (#15503)
Browse files Browse the repository at this point in the history
(cherry picked from commit a17713e)
  • Loading branch information
powersj authored and srebhan committed Jul 1, 2024
1 parent 7896256 commit b8a8ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/package_incus_test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ import (
)

var imagesRPM = []string{
"fedora/40",
"fedora/39",
"fedora/38",
"centos/9-Stream",
}

var imagesDEB = []string{
"debian/bullseye",
"debian/bookworm",
"ubuntu/focal",
"ubuntu/noble",
"ubuntu/jammy",
}

Expand Down

0 comments on commit b8a8ab6

Please sign in to comment.