diff --git a/Makefile b/Makefile index 2d23f27..daceccb 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,4 @@ build-docker-image: docker build -t $(DOCKER_IMAGE_NAME) -f _assets/Dockerfile . build-platforms: - xgo -image $(DOCKER_IMAGE_NAME) --dest $(GOBIN) --targets=linux/amd64,windows/amd64 . - + xgo -image $(DOCKER_IMAGE_NAME) --dest $(GOBIN) --targets=linux/amd64,windows/amd64,darwin/amd64 .