diff --git a/Makefile b/Makefile index b17c925184..20000f0b6a 100644 --- a/Makefile +++ b/Makefile @@ -249,7 +249,8 @@ docker-multiarch-build: .PHONY: docker-build-dev # builds from locally generated binary in bin/ -docker-build-dev: export XC_OSARCH=linux/amd64 +docker-build-dev: export GOOS=linux +docker-build-dev: export GOARCH=amd64 docker-build-dev: dev cp -r bin docker/ docker build -t $(IMAGE_TAG_DEV) \