Skip to content

Commit

Permalink
fix goreleaser after update (#11281)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Jul 22, 2024
1 parent 1f7ce84 commit e2df678
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 @@ -292,7 +292,7 @@ release-dry-run: git-submodules
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip-validate --skip-publish
--clean --skip=validate --skip=publish

.PHONY: release
release: git-submodules
Expand All @@ -307,7 +307,7 @@ release: git-submodules
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip-validate
--clean --skip=validate

@docker image push --all-tags thorax/erigon
@docker image push --all-tags ghcr.io/erigontech/erigon
Expand Down

0 comments on commit e2df678

Please sign in to comment.