Skip to content

Commit

Permalink
Merge pull request #1566 from flanksource/darwin-binaries
Browse files Browse the repository at this point in the history
fix: do not compress darwin binaries
  • Loading branch information
moshloop authored Jan 8, 2024
2 parents f15bbef + 0374d2b commit 3f6e081
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 @@ -121,7 +121,7 @@ docker-push:

.PHONY: compress
compress: .bin/upx
upx -5 ./.bin/$(NAME)_linux_amd64 ./.bin/$(NAME)_linux_arm64 ./.bin/$(NAME)_darwin_amd64 ./.bin/$(NAME)_darwin_arm64 ./.bin/$(NAME).exe
upx -5 ./.bin/$(NAME)_linux_amd64 ./.bin/$(NAME)_linux_arm64 ./.bin/$(NAME).exe

.PHONY: compress-build
compress-build: .bin/upx
Expand Down

0 comments on commit 3f6e081

Please sign in to comment.