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

Commit

Permalink
Switch release distro to own fork of golang-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoberg committed Nov 5, 2021
1 parent 446e76f commit 2941419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ release-local:
-v $$PWD:/go/src/github.com/oslokommune/okctl \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /go/src/github.com/oslokommune/okctl \
ghcr.io/gythialy/golang-cross-builder:v1.17.2-0 release --config=/go/src/github.com/oslokommune/okctl/.goreleaser-local.yml --snapshot --skip-publish --rm-dist
ghcr.io/oslokommune/golang-cross:latest release --config=/go/src/github.com/oslokommune/okctl/.goreleaser-local.yml --snapshot --skip-publish --rm-dist

release:
docker run --rm --privileged \
-v $$PWD:/go/src/github.com/oslokommune/okctl \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /go/src/github.com/oslokommune/okctl \
-e GITHUB_TOKEN \
ghcr.io/gythialy/golang-cross-builder:v1.17.2-0 release --rm-dist --release-notes=$(RELEASE_NOTES) --config=/go/src/github.com/oslokommune/okctl/.goreleaser.yml
ghcr.io/oslokommune/golang-cross:latest release --rm-dist --release-notes=$(RELEASE_NOTES) --config=/go/src/github.com/oslokommune/okctl/.goreleaser.yml

## Generate
generate: $(STATIK)
Expand Down

0 comments on commit 2941419

Please sign in to comment.