Skip to content

Commit

Permalink
lunar is obsolete and will not accept new uploads.
Browse files Browse the repository at this point in the history
soffokl committed Jan 29, 2024
1 parent 9d85620 commit 2f590de
Showing 3 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion ci/release/debian.go
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ func releaseDebianPPA(opts *releaseDebianOpts) error {
return err
}

for _, codename := range []string{"bionic", "focal", "jammy", "lunar"} {
for _, codename := range []string{"bionic", "focal", "jammy"} {
err := shell.NewCmdf("bin/release_ppa %s %s %s %s", opts.repository, opts.version, opts.buildNumber, codename).Run()
if err != nil {
return err
34 changes: 0 additions & 34 deletions ci/test/testinstall/Dockerfile.ubuntu-lunar

This file was deleted.

1 change: 0 additions & 1 deletion ci/test/testinstall/install_integration_test.go
Original file line number Diff line number Diff line change
@@ -49,7 +49,6 @@ func TestInstall(t *testing.T) {
"ubuntu-focal",
"ubuntu-impish",
"ubuntu-jammy",
"ubuntu-lunar",
}
for _, img := range images {
t.Run(img, func(t *testing.T) {

0 comments on commit 2f590de

Please sign in to comment.