From c591acb7652ed11240b898f68964abf9c900a921 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 29 Sep 2022 00:40:04 +0200 Subject: [PATCH] build/bot: remove linux upload --- build/bot/linux-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/bot/linux-build.sh b/build/bot/linux-build.sh index 758d72b89c..df54b0f14f 100755 --- a/build/bot/linux-build.sh +++ b/build/bot/linux-build.sh @@ -5,7 +5,7 @@ set -e -x go run build/ci.go install -dlgo -go run build/ci.go archive -type tar -signer BUILD_LINUX_SIGNING_KEY -upload gethstore/builds +go run build/ci.go archive -type tar -signer BUILD_LINUX_SIGNING_KEY go run build/ci.go install -dlgo -arch 386 -go run build/ci.go archive -arch 386 -type tar -signer BUILD_LINUX_SIGNING_KEY -upload gethstore/builds +go run build/ci.go archive -arch 386 -type tar -signer BUILD_LINUX_SIGNING_KEY