From a6f7661349ed5181a0542131dff05f0cd328f02f Mon Sep 17 00:00:00 2001 From: Henry Finucane Date: Wed, 7 Jun 2023 18:49:19 +0000 Subject: [PATCH] Remember to build the rocky artifact In github actions (formerly travis, I guess) --- package-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-build.sh b/package-build.sh index bae5ca3..90bd5ba 100755 --- a/package-build.sh +++ b/package-build.sh @@ -19,7 +19,7 @@ export PLUGINS="check_disk,check_dns,check_http,check_load,check_log,check_ntp,c [[ -z "$GITHUB_TOKEN" ]] && { echo "GITHUB_TOKEN is empty, upload disabled" ; } [[ -z "$TRAVIS_REPO_SLUG" ]] && { echo "TRAVIS_REPO_SLUG is empty"; exit 1; } if [[ -z "$1" ]]; then - echo "Parameter 1, PLATFORMS is empty, using default set" ; platforms=( alpine amazon2 amazon2023 debian10 debian11 centos7 centos8 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64 ); + echo "Parameter 1, PLATFORMS is empty, using default set" ; platforms=( alpine amazon2 amazon2023 debian10 debian11 centos7 centos8 rocky9 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64 ); else IFS=', ' read -r -a platforms <<< "$1" fi