diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b992e1b3..88323000 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,6 @@ jobs: - "centos-7-amd64" - "centos-stream-8-amd64" - "centos-stream-9-amd64" - - "debian-10-buster-x86" - "debian-11-bullseye-x86" - "fedora-36-amd64" - "fedora-37-amd64" diff --git a/Makefile b/Makefile index d8a6ca6d..81e01811 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ TARGETS = \ centos-7-amd64 \ centos-stream-8-amd64 \ centos-stream-9-amd64 \ - debian-10-buster-x86 \ debian-11-bullseye-x86 \ fedora-36-amd64 \ fedora-37-amd64 \ diff --git a/debian-10-buster-x86/Dockerfile b/archive/debian-10-buster-x86/Dockerfile similarity index 100% rename from debian-10-buster-x86/Dockerfile rename to archive/debian-10-buster-x86/Dockerfile diff --git a/debian-10-buster-x86/LICENSE b/archive/debian-10-buster-x86/LICENSE similarity index 100% rename from debian-10-buster-x86/LICENSE rename to archive/debian-10-buster-x86/LICENSE diff --git a/debian-10-buster-x86/Makefile b/archive/debian-10-buster-x86/Makefile similarity index 100% rename from debian-10-buster-x86/Makefile rename to archive/debian-10-buster-x86/Makefile diff --git a/debian-10-buster-x86/README.txt b/archive/debian-10-buster-x86/README.txt similarity index 100% rename from debian-10-buster-x86/README.txt rename to archive/debian-10-buster-x86/README.txt diff --git a/debian-10-buster-x86/test.sh b/archive/debian-10-buster-x86/test.sh similarity index 100% rename from debian-10-buster-x86/test.sh rename to archive/debian-10-buster-x86/test.sh diff --git a/debian-10-buster-x86/update.sh b/archive/debian-10-buster-x86/update.sh similarity index 100% rename from debian-10-buster-x86/update.sh rename to archive/debian-10-buster-x86/update.sh