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

Updating build process to match orign.

1. Added make release
2. Builds are placed in _output/local/bin/$(platform) directory
3. Added i386 binaries in release
This commit is contained in:
Maciej Szulik
2015-11-06 11:37:10 +01:00
parent 26aed4e11e
commit cc8a3e7657
9 changed files with 230 additions and 96 deletions

View File

@@ -5,12 +5,7 @@
#
FROM openshift/origin-base
# components from EPEL must be installed in a separate yum install step
RUN yum install -y git tar wget socat hostname epel-release && \
yum clean all
RUN yum install -y hg golang golang-pkg-darwin-amd64 golang-pkg-windows-amd64 && \
yum clean all
RUN yum install -y zip hg golang golang-pkg-darwin-amd64 golang-pkg-windows-amd64 golang-pkg-linux-386 && yum clean all
ENV GOPATH /go