Browse Source

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.
master
Jóhann B. Guðmundsson 2 years ago committed by Harald Hoyer
parent
commit
5b18b06c7d
  1. 1
      .github/workflows/container.yml

1
.github/workflows/container.yml

@ -28,7 +28,6 @@ jobs: @@ -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' }

Loading…
Cancel
Save