diff --git a/misc/boring/build.release b/misc/boring/build.release index 2256ff2e8f..46922c913f 100755 --- a/misc/boring/build.release +++ b/misc/boring/build.release @@ -72,8 +72,8 @@ sha() { fi } shortgo=$(echo "$base" | perl -pe 's/(go\d+\.\d+)(\.\d+|rc\d+)/$1/') -$dir/release -target linux-amd64 -rev "$commit" -version "$version" -tools "release-branch.$shortgo" -net "release-branch.$shortgo" -$dir/release -target src -rev "$commit" -version "$version" -tools "release-branch.$shortgo" -net "release-branch.$shortgo" +$dir/release -target linux-amd64 -rev "$commit" -version "$version" +$dir/release -target src -rev "$commit" -version "$version" output="$version.linux-amd64.tar.gz" ls -l "$output" sha256=$(sha "$output" | awk '{print $1}')