Skip to content

Commit

Permalink
Chore: only build current GOOS/GOARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed May 14, 2022
1 parent 3d88c55 commit f1c307e
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 @@ -2,7 +2,7 @@ GO_VERSION:=0.16

.PHONY: build
build:
goreleaser r --snapshot --rm-dist
goreleaser build --snapshot --single-target --rm-dist

.PHONY: test
test:
Expand Down

0 comments on commit f1c307e

Please sign in to comment.