Skip to content

Commit 03576ee

Browse files
committed
move old ubuntu versions to beginning of build
1 parent 738c41e commit 03576ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export SENSU_GO_ASSET_VERSION=$(git describe --abbrev=0 --tags)
55

66
mkdir assets/
77

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

0 commit comments

Comments
 (0)