add darwin/amd64 build
This commit is contained in:
parent
7ef41911c1
commit
68485bf6c7
3
Makefile
3
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 .
|
||||
|
|
Loading…
Reference in New Issue