We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738c41e commit 03576eeCopy full SHA for 03576ee
build.sh
@@ -5,7 +5,7 @@ export SENSU_GO_ASSET_VERSION=$(git describe --abbrev=0 --tags)
5
6
mkdir assets/
7
8
-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;
9
do
10
if [[ ${PLATFORM} == "raspberrypi64" ]]; then
11
export ARCH="arm64"
0 commit comments