Skip to content

Commit

Permalink
move old ubuntu versions to beginning of build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadowyj committed Mar 15, 2024
1 parent 738c41e commit 03576ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export SENSU_GO_ASSET_VERSION=$(git describe --abbrev=0 --tags)

mkdir assets/

for PLATFORM in alpine amazon2 amazon2023 debian8 debian9 debian10 debian11 centos6 centos7 centos8 rocky9 ubuntu1404 ubuntu1604 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64;
for PLATFORM in ubuntu1404 ubuntu1604 alpine amazon2 amazon2023 debian8 debian9 debian10 debian11 centos6 centos7 centos8 rocky9 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64;
do
if [[ ${PLATFORM} == "raspberrypi64" ]]; then
export ARCH="arm64"
Expand Down

0 comments on commit 03576ee

Please sign in to comment.