build/bot: remove linux upload
This commit is contained in:
parent
60c6c4a3f3
commit
c591acb765
|
@ -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…
Reference in New Issue