Files
external-snapshotter/cloudbuild.sh
Patrick Ohly bd416901d4 cloud build: initial set of shared files
The approach taken here extends the existing support for
cross-compiling binaries on the build host and specifying the Go
compiler: Go is installed if needed (as in Prow testing), binaries are
build on the host, then one image is created for each platform, and
finally those are combined into a single multi-architecture image.
2020-05-28 10:31:35 +02:00

7 lines
83 B
Bash
Executable File

#! /bin/bash
# shellcheck disable=SC1091
. release-tools/prow.sh
gcr_cloud_build