Skip to content

Commit

Permalink
Remember to build the rocky artifact
Browse files Browse the repository at this point in the history
In github actions (formerly travis, I guess)
  • Loading branch information
Henry Finucane authored and echlebek committed Jul 18, 2023
1 parent cf9ebdc commit a6f7661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6f7661

Please sign in to comment.