Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Do build from tags, not branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Feb 13, 2019
1 parent 7c7e3c4 commit 747e6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ RUN apt-get update && apt-get install -y \

COPY . /go/src/github.com/opencontainers/runc
WORKDIR /go/src/github.com/opencontainers/runc
ENV TAG build3
RUN for VER in v1.12.6 v1.13.1 v17.03.2 v17.06.2 v17.09.1 v17.12.1 v18.03.1 v18.06.1; do \
git checkout release-${VER} && \
git checkout release-${VER}-${TAG} && \
for GOARCH in $(go env GOARCH); do \
export GOARCH && \
mkdir -p dist && \
Expand Down

0 comments on commit 747e6b4

Please sign in to comment.