Skip to content

Commit b349e15

Browse files
Automator: update common-files@master in istio/tools@master (#3270)
1 parent 6418e46 commit b349e15

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "istio build-tools",
3-
"image": "gcr.io/istio-testing/build-tools:master-17c2b235c898c60c83dccb2303cdd50067a6e58d",
3+
"image": "gcr.io/istio-testing/build-tools:master-8946051100dffaf26dd813f2ce0bbc86c15f1086",
44
"privileged": true,
55
"remoteEnv": {
66
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e91f75f34a480702dffd492883c8dba9bbf7a9d7
1+
bb929efe369f9fa29f08fc0efff7b783fb70ae31

common/scripts/setup_env.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ elif [[ ${LOCAL_ARCH} == s390x ]]; then
4949
TARGET_ARCH=s390x
5050
elif [[ ${LOCAL_ARCH} == ppc64le ]]; then
5151
TARGET_ARCH=ppc64le
52+
elif [[ ${LOCAL_ARCH} == riscv64 ]]; then
53+
TARGET_ARCH=riscv64
5254
else
5355
echo "This system's architecture, ${LOCAL_ARCH}, isn't supported"
5456
exit 1
@@ -75,7 +77,7 @@ fi
7577
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
7678
PROJECT_ID=${PROJECT_ID:-istio-testing}
7779
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
78-
IMAGE_VERSION=master-17c2b235c898c60c83dccb2303cdd50067a6e58d
80+
IMAGE_VERSION=master-8946051100dffaf26dd813f2ce0bbc86c15f1086
7981
fi
8082
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8183
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)