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 594137b commit e2af7ceCopy full SHA for e2af7ce
scripts/build-binaries
@@ -53,4 +53,6 @@ for os_arch in "${PLATFORMS[@]}"; do
53
$SCRIPTPATH/build-docker-images -p $os_arch -v $VERSION -r $repo_name $PASS_THRU_ARGS
54
docker container create --rm --name $container_name "$repo_name:$VERSION-$os-$arch"
55
docker container cp $container_name:/ec2-instance-selector $SCRIPTPATH/../build/bin/$bin_name
56
+
57
+ tar -zcvf ${SCRIPTPATH}/../build/bin/${bin_name}.tar.gz -C ${SCRIPTPATH}/../build/bin ${bin_name}
58
done
0 commit comments