summaryrefslogtreecommitdiff
path: root/.buildkite/build-test-omnibus.sh
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-03-28 15:08:28 -0400
committerSean Simmons <ssimmons@progress.com>2023-03-28 15:08:28 -0400
commit88c76906b46784616749f1524d1995b935f3bdce (patch)
treebe4eca4659159e19259730901cc039316cf5ef95 /.buildkite/build-test-omnibus.sh
parent3f46f1b39969771ba9f61a053d9ee6b10dd8d478 (diff)
downloadchef-88c76906b46784616749f1524d1995b935f3bdce.tar.gz
removing arm sles 15 for now as it cant find teh binary to download
Signed-off-by: Sean Simmons <ssimmons@progress.com>
Diffstat (limited to '.buildkite/build-test-omnibus.sh')
-rwxr-xr-x.buildkite/build-test-omnibus.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/build-test-omnibus.sh b/.buildkite/build-test-omnibus.sh
index 5629a0727a..97d7ef51cf 100755
--- a/.buildkite/build-test-omnibus.sh
+++ b/.buildkite/build-test-omnibus.sh
@@ -13,7 +13,7 @@ FILTER="${OMNIBUS_FILTER:=*}"
# array of all container platforms in the format test-platform:build-platform
container_platforms=("amazon-2:centos-7" "centos-6:centos-6" "centos-7:centos-7" "centos-8:centos-8" "rhel-9:rhel-9" "debian-9:debian-9" "debian-10:debian-9" "debian-11:debian-9" "ubuntu-1604:ubuntu-1604" "ubuntu-1804:ubuntu-1604" "ubuntu-2004:ubuntu-1604" "ubuntu-2204:ubuntu-1604" "sles-15:sles-15" "windows-2019:windows-2019")
-container_platforms_arm64=("ubuntu-1804-arm:ubuntu-1804" "ubuntu-2004-arm:ubuntu-2004" "ubuntu-2204-arm:ubuntu-2204" "sles-15-arm:sles-12" "centos-7-arm:centos-7" "centos-8-arm:centos-8" "rhel-9-arm:rhel-9" "amazon-2-arm:amazon-2")
+container_platforms_arm64=("ubuntu-1804-arm:ubuntu-1804" "ubuntu-2004-arm:ubuntu-2004" "ubuntu-2204-arm:ubuntu-2204" "centos-7-arm:centos-7" "centos-8-arm:centos-8" "rhel-9-arm:rhel-9" "amazon-2-arm:amazon-2")
# add rest of windows platforms to tests, if not on chef-oss org
if [ $BUILDKITE_ORGANIZATION_SLUG != "chef-oss" ]