File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 55* .deb
66* .rpm
77test
8-
8+ .DS_Store
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ builds:
295295 - -s -w -X github.com/cloudflare/cfssl/cli/version.version={{.Version}}
296296archives :
297297 - format : binary
298+ allow_different_binary_count : true # https://github.com/goreleaser/goreleaser/pull/1841
298299release :
299300 github :
300301 owner : cloudflare
Original file line number Diff line number Diff line change @@ -57,7 +57,13 @@ snapshot:
5757.PHONY : github-release
5858github-release :
5959 @:$(call check_defined, GITHUB_TOKEN)
60- docker run -e GITHUB_TOKEN=$(GITHUB_TOKEN ) --rm -v $(PWD ) :/workdir -w /workdir cbroglie/goreleaser-cgo:1.12.12-musl goreleaser --rm-dist
60+
61+ docker run --rm --privileged \
62+ -e GITHUB_TOKEN=$(GITHUB_TOKEN) \
63+ -v $(PWD ) :/cross \
64+ -v /var/run/docker.sock :/var/run/docker.sock \
65+ -w /cross \
66+ ghcr.io/gythialy/golang-cross :v1.18 --rm-dist
6167
6268.PHONY : docker-build
6369docker-build :
You can’t perform that action at this time.
0 commit comments