build/bot: remove linux upload

pull/26029/head
Felix Lange 2 years ago
parent 60c6c4a3f3
commit c591acb765
  1. 4
      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

Loading…
Cancel
Save