build/bot: remove signify

This commit is contained in:
Felix Lange 2022-09-29 00:37:40 +02:00
parent 3421d0773f
commit 60c6c4a3f3
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
#!/bin/bash
set -e -x
# Note: this script is meant to be run in a Debian/Ubuntu docker container, as user 'root'.
# Build for the primary platforms that Trusty can manage
set -e -x
go run build/ci.go install -dlgo
go run build/ci.go archive -type tar -signer BUILD_LINUX_SIGNING_KEY -signify BUILD_SIGNIFY_KEY -upload gethstore/builds
go run build/ci.go archive -type tar -signer BUILD_LINUX_SIGNING_KEY -upload gethstore/builds
go run build/ci.go install -dlgo -arch 386
go run build/ci.go archive -arch 386 -type tar -signer BUILD_LINUX_SIGNING_KEY -signify BUILD_SIGNIFY_KEY -upload gethstore/builds
go run build/ci.go archive -arch 386 -type tar -signer BUILD_LINUX_SIGNING_KEY -upload gethstore/builds