Skip to content

Commit

Permalink
multi arch/os
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Apr 7, 2021
1 parent 731cdc4 commit f2ca63b
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 @@ -149,7 +149,7 @@ lint: setup-lint; $(info $(M) running golangci-lint...) @ ## Run golangci-lint l

# generate github draft release
.PHONY: github-release
github-release: setup-ghr release check_file_types; $(info $(M) generating github draft release...) @ ## run ghr tool
github-release: setup-ghr release | check_file_types; $(info $(M) generating github draft release...) @ ## run ghr tool
ifndef RELEASE_TOKEN
$(error RELEASE_TOKEN is undefined)
endif
Expand Down

0 comments on commit f2ca63b

Please sign in to comment.