From 7ff5fcd4203a9b83ff3ffb340dbb2cbcdfe9950a Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Thu, 23 Jan 2025 22:42:13 +0200 Subject: [PATCH] ubuntu: no jammy build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06951c7..884f1eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: - {os: debian, codename: bookworm, image_owner: , labels: [arm32,docker]} - {os: debian, codename: bookworm, image_owner: , labels: [arm64,docker]} # - {os: ubuntu, codename: focal, image_owner: } - - {os: ubuntu, codename: jammy, image_owner: } + # - {os: ubuntu, codename: jammy, image_owner: } - {os: ubuntu, codename: noble, image_owner: } # - {os: raspbian, codename: buster, image_owner: igagis/, labels: [arm32,docker]} # - {os: raspbian, codename: bullseye, image_owner: igagis/, labels: [arm32,docker]}