diff --git a/Makefile b/Makefile index a81975c43..76405f37e 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ auth-arm64: deps CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(call BUILD_CMD,$(@),) auth-darwin-arm64: deps - CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(call BUILD_CMD,$(@),) + CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 $(call BUILD_CMD,$(@),) auth-amd64-strip: deps CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(call BUILD_CMD,$(@), -s)