Skip to content

Commit

Permalink
Fix docker repo for golang-cross (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
BCook98 authored Nov 2, 2021
1 parent 69f7929 commit 45eb37d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ release-snapshot:
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
troian/golang-cross:${GOLANG_CROSS_VERSION} \
ghcr.io/troian/golang-cross:${GOLANG_CROSS_VERSION} \
-f .goreleaser.yml --rm-dist --snapshot --skip-validate --skip-publish

.PHONY: release-dry-run
Expand All @@ -38,7 +38,7 @@ release-dry-run:
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
troian/golang-cross:${GOLANG_CROSS_VERSION} \
ghcr.io/troian/golang-cross:${GOLANG_CROSS_VERSION} \
-f .goreleaser.yml --rm-dist --skip-validate --skip-publish

.PHONY: release
Expand All @@ -54,5 +54,5 @@ release:
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
troian/golang-cross:${GOLANG_CROSS_VERSION} \
ghcr.io/troian/golang-cross:${GOLANG_CROSS_VERSION} \
-f .goreleaser.yml release --rm-dist

0 comments on commit 45eb37d

Please sign in to comment.