update crypto vendors (#10385)

This commit is contained in:
techknowlogick 2020-02-20 16:03:34 -05:00 committed by GitHub
parent 3c45cf8494
commit 63a6e71ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
129 changed files with 3568 additions and 1374 deletions

View file

@ -50,7 +50,7 @@ if [[ "$GOOS" = "linux" ]]; then
# Use the Docker-based build system
# Files generated through docker (use $cmd so you can Ctl-C the build or run)
$cmd docker build --tag generate:$GOOS $GOOS
$cmd docker run --interactive --tty --volume $(dirname "$(readlink -f "$0")"):/build generate:$GOOS
$cmd docker run --interactive --tty --volume $(cd -- "$(dirname -- "$0")" && /bin/pwd):/build generate:$GOOS
exit
fi