1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Files
source-to-image/hack/build-go.sh

15 lines
301 B
Bash
Raw Permalink Normal View History

2014-10-10 11:00:59 -04:00
#!/bin/bash
# This script sets up a go workspace locally and builds all go components.
set -o errexit
set -o nounset
set -o pipefail
S2I_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${S2I_ROOT}/hack/common.sh"
2014-10-10 11:00:59 -04:00
s2i::build::build_binaries "$@"
s2i::build::place_bins
s2i::build::make_binary_symlinks