Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Add new IT workflow for ARM64 (TAR) and change the setup runner service script to allow multi arch TAR #590

Merged
merged 8 commits into from
Feb 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions release-tools/scripts/setup_runners_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
if [ "$#" -lt 2 ] || [ "$1" = "--help" ] || [ "$1" = "-h" ]
then
echo "Please assign atleast 2 parameters when running this script"
echo "Example: $0 \$SETUP_DISTRO \$SETUP_ACTION"
echo "Example: $0 \"zip | docker | deb | rpm\" \"--es | --es-nosec | --kibana | --kibana-nosec \" \"ARCHITECTURE (optional)\""
echo "Example: $0 \$SETUP_DISTRO \$SETUP_ACTION \$ARCHITECTURE (optional)"
echo "Example: $0 \"zip | docker | deb | rpm\" \"--es | --es-nosec | --kibana | --kibana-nosec \" \"arm64 (optional)\""
peterzhuamazon marked this conversation as resolved.
Show resolved Hide resolved
exit 1
fi

Expand Down