We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9cee79 + 19e36ae commit 5915b62Copy full SHA for 5915b62
.cloudbuild.sh
@@ -0,0 +1,11 @@
1
+#! /bin/bash
2
+
3
+# shellcheck disable=SC1091
4
+. release-tools/prow.sh
5
6
+if find . -name Dockerfile | grep -v ^./vendor | xargs --no-run-if-empty cat | grep -q ^RUN; then
7
+ # Needed for "RUN apk" on non linux/amd64 platforms.
8
+ (set -x; docker run --rm --privileged multiarch/qemu-user-static --reset -p yes)
9
+fi
10
11
+gcr_cloud_build
0 commit comments