From 5b18b06c7d9c3a4594ad9467f84eab4c44fa3335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= Date: Thu, 25 Nov 2021 05:26:06 +0000 Subject: [PATCH] ci: remove Fedora 33 container Fedora 33 is scheduled to reach end-of-life (EOL) on 2021-11-30. No new dracut releases should be ending up in that Fedora release at this point. --- .github/workflows/container.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 0706bf48..e1eb7c73 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -28,7 +28,6 @@ jobs: fail-fast: false matrix: config: - - { dockerfile: 'Dockerfile-Fedora-33', tag: 'fedora:33' } - { dockerfile: 'Dockerfile-Fedora-latest', tag: 'fedora:latest' } - { dockerfile: 'Dockerfile-Fedora-rawhide', tag: 'fedora:rawhide' } - { dockerfile: 'Dockerfile-OpenSuse-latest', tag: 'opensuse:latest' }