Skip to content

Commit

Permalink
[docker-arm] refs skycoin#75 Correcting that label RUN => ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jul 3, 2019
1 parent 69fa684 commit d4adfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/deploy-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go get github.com/gz-c/gox
RUN go get -t ./...
ENV CGO_ENABLED=1
ENV ARCH="armv7"
RUN OS="Linux"
ENV OS="Linux"
RUN make -C $GOPATH/src/github.com/skycoin/libskycoin build
RUN tar -czf libskycoin-${VERSION}-${OS}-${ARCH}.tar.gz -C $GOPATH/src/github.com/skycoin/libskycoin/build $GOPATH/src/github.com/skycoin/libskycoin/build/*
RUN go get github.com/tcnksm/ghr
Expand Down

0 comments on commit d4adfbb

Please sign in to comment.