mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
tools/make_release.sh: don't overwrite global variables.
PiperOrigin-RevId: 433105561
This commit is contained in:
@@ -41,6 +41,7 @@ done
|
||||
# install_raw installs raw artifacts.
|
||||
install_raw() {
|
||||
for binary in "${binaries[@]}"; do
|
||||
local arch name
|
||||
# Copy the raw file & generate a sha512sum, sorted by architecture.
|
||||
arch=$(file "${binary}" | cut -d',' -f2 | awk '{print $NF}' | tr '-' '_')
|
||||
name=$(basename "${binary}")
|
||||
|
||||
Reference in New Issue
Block a user