Skip to content

Commit

Permalink
release no lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 3, 2022
1 parent 73fa244 commit 0003cde
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 @@ -5,7 +5,7 @@ out/$(BIN_NAME)-dev: clean lint test
mkdir -p out
go build -race -o $@

release: clean lint test
release: clean
mkdir -p out
GOOS=linux GOARCH=amd64 go build -o out/$(BIN_NAME)-linux
GOOS=linux GOARCH=arm64 go build -o out/$(BIN_NAME)-linux-arm64
Expand Down

0 comments on commit 0003cde

Please sign in to comment.