mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
fix : goreleaser
This commit is contained in:
parent
ac376e53e0
commit
b7efe4d3c2
2 changed files with 2 additions and 7 deletions
|
|
@ -103,11 +103,6 @@ nfpms:
|
|||
scripts:
|
||||
postinstall: builder/files/bor-post-install.sh
|
||||
|
||||
overrides:
|
||||
rpm:
|
||||
replacements:
|
||||
amd64: x86_64
|
||||
|
||||
snapshot:
|
||||
name_template: "{{ .Tag }}.next"
|
||||
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -213,7 +213,7 @@ release-dry-run:
|
|||
-v `pwd`:/go/src/$(PACKAGE_NAME) \
|
||||
-w /go/src/$(PACKAGE_NAME) \
|
||||
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
|
||||
--rm-dist --skip-validate --skip-publish
|
||||
--clean --skip-validate --skip-publish
|
||||
|
||||
.PHONY: release
|
||||
release:
|
||||
|
|
@ -230,4 +230,4 @@ release:
|
|||
-v `pwd`:/go/src/$(PACKAGE_NAME) \
|
||||
-w /go/src/$(PACKAGE_NAME) \
|
||||
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
|
||||
--rm-dist --skip-validate
|
||||
--clean --skip-validate
|
||||
|
|
|
|||
Loading…
Reference in a new issue