mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-07 15:38:37 +00:00
build/bot: remove linux upload
This commit is contained in:
parent
60c6c4a3f3
commit
c591acb765
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
set -e -x
|
set -e -x
|
||||||
|
|
||||||
go run build/ci.go install -dlgo
|
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 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 a new issue