Skip to content

Commit

Permalink
Removed unsupported Ubuntu 20.04 and Debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Nov 15, 2024
1 parent e0a4023 commit b35748f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/basesystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
strategy:
matrix:
image:
- {name: "ubuntu-20.04", baseImg: "ubuntu:20.04", file: "storm-basesystem/Dockerfile"}
- {name: "debian-11", baseImg: "debian:11", file: "storm-basesystem/Dockerfile"}
- {name: "ubuntu-22.04", baseImg: "ubuntu:22.04", file: "storm-basesystem/Dockerfile"}
- {name: "debian-12", baseImg: "debian:12", file: "storm-basesystem/Dockerfile"}
- {name: "ubuntu-24.04", baseImg: "ubuntu:24.04", file: "storm-basesystem/Dockerfile"}
Expand Down Expand Up @@ -83,8 +81,6 @@ jobs:
matrix:
image:
# Must be the same as above
- {name: "ubuntu-20.04"}
- {name: "debian-11"}
- {name: "ubuntu-22.04"}
- {name: "debian-12"}
- {name: "ubuntu-24.04"}
Expand Down

0 comments on commit b35748f

Please sign in to comment.