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

Commit

Permalink
remove makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed May 17, 2023
1 parent 53e06a3 commit 5975abb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,3 @@ help:
# Rule to setup the project. This is a special case because it's not a Mage target.
setup:
@go run magefiles/setup/setup.go

PACKAGE_NAME:=pkg.berachain.dev/polaris/cosmos
GOLANG_CROSS_VERSION = v1.20.4
GOPATH ?= '$(HOME)/go'
release-dry-run:
docker run \
--rm \
--privileged \
-e CGO_ENABLED=1 \
-e GORELEASER_KEY=$(GORELEASER_KEY) \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-v ${GOPATH}/pkg:/go/pkg \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --snapshot -f ./cosmos/.goreleaser.yaml

.PHONY: release-dry-run release

0 comments on commit 5975abb

Please sign in to comment.