Skip to content

Commit

Permalink
Explicit platforms w/o darwin
Browse files Browse the repository at this point in the history
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
  • Loading branch information
saswatamcode committed Oct 21, 2023
1 parent b0073d6 commit 3796a4f
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 @@ -166,7 +166,7 @@ crossbuild: | $(PROMU)
else
crossbuild: | $(PROMU)
@echo ">> crossbuilding all binaries"
$(PROMU) crossbuild -v -p linux/amd64 -p linux/arm64 -p linux/ppc64le -p darwin/amd64 -p darwin/arm64 -p windows/amd64 -p freebsd/amd64
$(PROMU) crossbuild -v -p linux/amd64 -p linux/arm64 -p linux/ppc64le -p windows/amd64 -p freebsd/amd64
endif


Expand Down

0 comments on commit 3796a4f

Please sign in to comment.