Automator: update common-files@master in istio/istio.io@master (#11106)

This commit is contained in:
Istio Automation 2022-03-24 16:44:22 -07:00 committed by GitHub
parent 95f49a2364
commit fffb5c94c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
789d676fe32e4c6c4b33a6e9f5074f387f0b1790
267bcde59a850ed03ebb8a30cbf28a9c6c936ef2

View File

@ -73,7 +73,7 @@ fi
# Build image to use
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-2022-03-22T22-03-00
IMAGE_VERSION=master-2022-03-24T20-56-29
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
@ -185,6 +185,7 @@ if [[ "${FOR_BUILD_CONTAINER:-0}" -eq "1" ]]; then
# Override variables with container specific
TARGET_OUT=${CONTAINER_TARGET_OUT}
TARGET_OUT_LINUX=${CONTAINER_TARGET_OUT_LINUX}
REPO_ROOT=/work
fi
go_os_arch=${LOCAL_OUT##*/}