diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 936e750b..856bb5a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,8 @@ jobs: target: [ "stable", "latest" ] image: - "alpine" - - "amazon-1-amd64" - "amazon-2-amd64" - "arch" - - "centos-6-amd64" - "centos-7-amd64" - "centos-8-amd64" - "debian-10-buster-x86" diff --git a/Makefile b/Makefile index d36cc202..3795c1e9 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,7 @@ TARGETS = \ alpine \ - amazon-1-amd64 \ amazon-2-amd64 \ arch \ - centos-6-amd64 \ centos-7-amd64 \ centos-8-amd64 \ debian-10-buster-x86 \ diff --git a/amazon-1-amd64/Dockerfile b/archive/amazon-1-amd64/Dockerfile similarity index 100% rename from amazon-1-amd64/Dockerfile rename to archive/amazon-1-amd64/Dockerfile diff --git a/amazon-1-amd64/Makefile b/archive/amazon-1-amd64/Makefile similarity index 100% rename from amazon-1-amd64/Makefile rename to archive/amazon-1-amd64/Makefile diff --git a/amazon-1-amd64/test.sh b/archive/amazon-1-amd64/test.sh similarity index 100% rename from amazon-1-amd64/test.sh rename to archive/amazon-1-amd64/test.sh diff --git a/amazon-1-amd64/update.sh b/archive/amazon-1-amd64/update.sh similarity index 100% rename from amazon-1-amd64/update.sh rename to archive/amazon-1-amd64/update.sh diff --git a/centos-6-amd64/Dockerfile b/archive/centos-6-amd64/Dockerfile similarity index 100% rename from centos-6-amd64/Dockerfile rename to archive/centos-6-amd64/Dockerfile diff --git a/centos-6-amd64/Makefile b/archive/centos-6-amd64/Makefile similarity index 100% rename from centos-6-amd64/Makefile rename to archive/centos-6-amd64/Makefile diff --git a/centos-6-amd64/README.md b/archive/centos-6-amd64/README.md similarity index 100% rename from centos-6-amd64/README.md rename to archive/centos-6-amd64/README.md diff --git a/centos-6-amd64/test.sh b/archive/centos-6-amd64/test.sh similarity index 100% rename from centos-6-amd64/test.sh rename to archive/centos-6-amd64/test.sh diff --git a/centos-6-amd64/update.sh b/archive/centos-6-amd64/update.sh similarity index 100% rename from centos-6-amd64/update.sh rename to archive/centos-6-amd64/update.sh