@@ -36,11 +36,11 @@ release:
3636 exit 1; \
3737 fi
3838 @echo " Building release version '$( VERSION) '..."
39- GOOS=darwin GOARCH=arm64 CGO_ENABLED=1 CGO_CFLAGS=" $( MACOS_MIN_VERSION_LDFLAG) " CGO_LDFLAGS=" $( MACOS_MIN_VERSION_LDFLAG) " go build -trimpath -ldflags=" -s -w -X github.com/docker/model-cli/desktop.Version=$( VERSION) " -o dist/darwin-arm64/$(PLUGIN_NAME ) .
40- GOOS=windows GOARCH=amd64 go build -trimpath -ldflags=" -s -w -X github.com/docker/model-cli/desktop.Version=$( VERSION) " -o dist/windows-amd64/$(PLUGIN_NAME ) .exe .
41- GOOS=windows GOARCH=arm64 go build -trimpath -ldflags=" -s -w -X github.com/docker/model-cli/desktop.Version=$( VERSION) " -o dist/windows-arm64/$(PLUGIN_NAME ) .exe .
42- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags=" -s -w -X github.com/docker/model-cli/desktop.Version=$( VERSION) " -o dist/linux-amd64/$(PLUGIN_NAME ) .
43- CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -trimpath -ldflags=" -s -w -X github.com/docker/model-cli/desktop.Version=$( VERSION) " -o dist/linux-arm64/$(PLUGIN_NAME ) .
39+ GOOS=darwin GOARCH=arm64 CGO_ENABLED=1 CGO_CFLAGS=" $( MACOS_MIN_VERSION_LDFLAG) " CGO_LDFLAGS=" $( MACOS_MIN_VERSION_LDFLAG) " go build -trimpath -ldflags=" -s -w -X github.com/docker/model-runner/cmd/ cli/desktop.Version=$( VERSION) " -o dist/darwin-arm64/$(PLUGIN_NAME ) .
40+ GOOS=windows GOARCH=amd64 go build -trimpath -ldflags=" -s -w -X github.com/docker/model-runner/cmd/ cli/desktop.Version=$( VERSION) " -o dist/windows-amd64/$(PLUGIN_NAME ) .exe .
41+ GOOS=windows GOARCH=arm64 go build -trimpath -ldflags=" -s -w -X github.com/docker/model-runner/cmd/ cli/desktop.Version=$( VERSION) " -o dist/windows-arm64/$(PLUGIN_NAME ) .exe .
42+ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags=" -s -w -X github.com/docker/model-runner/cmd/ cli/desktop.Version=$( VERSION) " -o dist/linux-amd64/$(PLUGIN_NAME ) .
43+ CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -trimpath -ldflags=" -s -w -X github.com/docker/model-runner/cmd/ cli/desktop.Version=$( VERSION) " -o dist/linux-arm64/$(PLUGIN_NAME ) .
4444 @echo " Release build complete: $( PLUGIN_NAME) version '$( VERSION) '"
4545
4646ce-release :
@@ -52,7 +52,7 @@ ce-release:
5252 echo " Warning: This release target is designed for Linux" ; \
5353 fi
5454 @echo " Building local release version '$( VERSION) '..."
55- CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags=" -s -w -X github.com/docker/model-cli/desktop.Version=$( VERSION) " -o dist/$(PLUGIN_NAME ) .
55+ CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags=" -s -w -X github.com/docker/model-runner/cmd/ cli/desktop.Version=$( VERSION) " -o dist/$(PLUGIN_NAME ) .
5656 @echo " Local release build complete: $( PLUGIN_NAME) version '$( VERSION) '"
5757
5858mock :
0 commit comments