Skip to content

Commit a2f1991

Browse files
committed
chore: fix binary build
1 parent 6aab0d6 commit a2f1991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ vet: ## Run go vet against code.
4141
go vet ./...
4242

4343
.PHONY: compress
44-
compress: .bin/upx
44+
compress: .bin
4545
upx -5 ./.bin/$(NAME)_linux_amd64 ./.bin/$(NAME)_linux_arm64 ./.bin/$(NAME).exe
4646

4747
.PHONY: linux

0 commit comments

Comments
 (0)