diff --git a/Makefile b/Makefile index f766908..67b7d9f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ cross: clean -output="$(OUT_DIR)/jb-{{.OS}}-{{.Arch}}" \ -ldflags=$(LDFLAGS) \ -arch="amd64 arm64 arm" -os="linux" \ - -osarch="darwin/amd64" \ + -arch="amd64 arm64" -os="darwin" \ -osarch="windows/amd64" \ ./cmd/$(BIN)