Renamed binaries

This commit is contained in:
Colin 2024-05-21 11:56:53 -04:00
parent 95646d8b31
commit 09bc16857f
9 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ prepare_build() {
build_binary() { build_binary() {
os=$1 os=$1
arch=$2 arch=$2
output_name="ssh-timeout" output_name="ttfb-go"
if [[ "$os/$arch" != "$DEFAULT_ARCH" ]]; then if [[ "$os/$arch" != "$DEFAULT_ARCH" ]]; then
output_name="${output_name}_${os}_${arch}" output_name="${output_name}_${os}_${arch}"

View File