Skip to content

Commit

Permalink
remove 386 and arm archs for build releases
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed May 11, 2021
1 parent 471a506 commit 9e05bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ define gen_release_files
endef

build-pow-release: $(GOX) $(GOVVV) $(GOMPLATE)
$(call gen_release_files,./cmd/pow,pow,"linux/amd64 linux/386 linux/arm darwin/amd64 windows/amd64")
$(call gen_release_files,./cmd/pow,pow,"linux/amd64 darwin/amd64 windows/amd64")
.PHONY: build-pow-release

build-powd-release: $(GOX) $(GOVVV) $(GOMPLATE)
Expand Down

0 comments on commit 9e05bb7

Please sign in to comment.