From a26f006d5f78ba619f28efefe9518ecc446554ab Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 14 Apr 2024 22:43:40 +1000 Subject: [PATCH] Archived CentOS Stream 8 --- .github/workflows/build.yml | 1 - Makefile | 1 - .../centos-stream-8-amd64}/Dockerfile | 0 .../centos-stream-8-amd64}/Makefile | 0 {centos-stream-8-amd64 => archive/centos-stream-8-amd64}/test.sh | 0 .../centos-stream-8-amd64}/update.sh | 0 6 files changed, 2 deletions(-) rename {centos-stream-8-amd64 => archive/centos-stream-8-amd64}/Dockerfile (100%) rename {centos-stream-8-amd64 => archive/centos-stream-8-amd64}/Makefile (100%) rename {centos-stream-8-amd64 => archive/centos-stream-8-amd64}/test.sh (100%) rename {centos-stream-8-amd64 => archive/centos-stream-8-amd64}/update.sh (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf23c40c..d73f120e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,6 @@ jobs: - "amazon-2-amd64" - "amazon-2023-amd64" - "arch" - - "centos-stream-8-amd64" - "centos-stream-9-amd64" - "debian-11-bullseye-amd64" - "debian-12-bookworm-x86" diff --git a/Makefile b/Makefile index cdfabd4a..dcad27fa 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ TARGETS = \ amazon-2-amd64 \ amazon-2023-amd64 \ arch \ - centos-stream-8-amd64 \ centos-stream-9-amd64 \ debian-11-bullseye-amd64 \ debian-12-bookworm-x86 \ diff --git a/centos-stream-8-amd64/Dockerfile b/archive/centos-stream-8-amd64/Dockerfile similarity index 100% rename from centos-stream-8-amd64/Dockerfile rename to archive/centos-stream-8-amd64/Dockerfile diff --git a/centos-stream-8-amd64/Makefile b/archive/centos-stream-8-amd64/Makefile similarity index 100% rename from centos-stream-8-amd64/Makefile rename to archive/centos-stream-8-amd64/Makefile diff --git a/centos-stream-8-amd64/test.sh b/archive/centos-stream-8-amd64/test.sh similarity index 100% rename from centos-stream-8-amd64/test.sh rename to archive/centos-stream-8-amd64/test.sh diff --git a/centos-stream-8-amd64/update.sh b/archive/centos-stream-8-amd64/update.sh similarity index 100% rename from centos-stream-8-amd64/update.sh rename to archive/centos-stream-8-amd64/update.sh