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

Commit

Permalink
Merge pull request #47 from mdelapenya/46-fix-packr-builder
Browse files Browse the repository at this point in the history
(#46) Use qualified name for packr builder's Docker Hub image
  • Loading branch information
mdelapenya authored Sep 24, 2019
2 parents 9679ec8 + 6c666f2 commit aa8af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ fi

echo ">>> Building for ${GOOS}/${GOARCH}"
docker run --rm -v "$(pwd)":${GO_WORKSPACE} -w ${GO_WORKSPACE} \
-e GOOS=${GOOS} -e GOARCH=${GOARCH} drud/golang-build-container:${GO_VERSION} \
-e GOOS=${GOOS} -e GOARCH=${GOARCH} registry.hub.docker.com/drud/golang-build-container:${GO_VERSION} \
packr2 build -v -o ${GO_WORKSPACE}/.github/releases/download/${VERSION}/${goos}${arch}-op${extension}

0 comments on commit aa8af71

Please sign in to comment.