build/bot: remove linux upload

This commit is contained in:
Felix Lange 2022-09-29 00:40:04 +02:00
parent 60c6c4a3f3
commit c591acb765
1 changed files with 2 additions and 2 deletions

View File

@ -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