Skip to content

Commit

Permalink
add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Oct 17, 2023
1 parent ac663d7 commit 82cc05c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build proto check_go_version install
.PHONY: build proto check_go_version install build-heighliner
#!/usr/bin/make -f

PACKAGES_SIMTEST=$(shell go list ./... | grep '/simulation')
Expand Down Expand Up @@ -119,6 +119,8 @@ build-linux:
build-docker:
docker build -t publicawesome/stargaze:local-dev .

build-heighliner:
heighliner build -c stargaze --local -f ./chains.yaml -tag publicawesome/stargaze:local-dev
docker-test: build-linux
docker build -f docker/Dockerfile.test -t rocketprotocol/stargaze-relayer-test:latest .

Expand Down

0 comments on commit 82cc05c

Please sign in to comment.