From 4bda3aa73b06249e1981a5a1190d2a9c75c8b027 Mon Sep 17 00:00:00 2001 From: sharbuz <87968844+sharbuz@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:38:37 +0200 Subject: [PATCH] Update setenv.sh --- .buildkite/scripts/setenv.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.buildkite/scripts/setenv.sh b/.buildkite/scripts/setenv.sh index 144bd8d335c9..463e28db2975 100755 --- a/.buildkite/scripts/setenv.sh +++ b/.buildkite/scripts/setenv.sh @@ -11,14 +11,9 @@ SETUP_WIN_PYTHON_VERSION="3.11.0" NMAP_WIN_VERSION="7.12" # Earlier versions of NMap provide WinPcap (the winpcap packages don't install nicely because they pop-up a UI) GO_VERSION=$(cat .go-version) ASDF_MAGE_VERSION="1.15.0" -<<<<<<< HEAD ASDF_TERRAFORM_VERSION="1.0.2" PACKAGING_PLATFORMS="+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64" -======= -PACKAGING_PLATFORMS="+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64" ->>>>>>> e0d5fe5fef (Migrate xpack packetbeat (#38135)) PACKAGING_ARM_PLATFORMS="linux/arm64" -ASDF_TERRAFORM_VERSION="1.0.2" AWS_REGION="eu-central-1" export SETUP_GVM_VERSION