Skip to content

Commit 1460b62

Browse files
authored
Merge pull request #16251 from argotorg/prune-2204-buildpackdeps
Remove ubuntu 22.04 buildpackdeps and ci
2 parents 94254b0 + 0ec7faf commit 1460b62

File tree

3 files changed

+1
-111
lines changed

3 files changed

+1
-111
lines changed

.github/workflows/buildpack-deps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
paths:
1010
- 'scripts/docker/buildpack-deps/Dockerfile.emscripten'
1111
- 'scripts/docker/buildpack-deps/Dockerfile.ubuntu.clang.ossfuzz'
12-
- 'scripts/docker/buildpack-deps/Dockerfile.ubuntu2204'
1312
- 'scripts/docker/buildpack-deps/Dockerfile.ubuntu2404'
1413
- 'scripts/docker/buildpack-deps/Dockerfile.ubuntu2404.clang'
1514

@@ -26,7 +25,7 @@ jobs:
2625
strategy:
2726
fail-fast: false
2827
matrix:
29-
image_variant: [emscripten, ubuntu.clang.ossfuzz, ubuntu2004, ubuntu2204, ubuntu2404, ubuntu2404.clang]
28+
image_variant: [emscripten, ubuntu.clang.ossfuzz, ubuntu2404, ubuntu2404.clang]
3029

3130
steps:
3231
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

scripts/ci/buildpack-deps_test_ubuntu2204.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/docker/buildpack-deps/Dockerfile.ubuntu2204

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)