Repo for building and releasing the Docker CLI for different platforms.
-
Get the tag of the docker CLI release you want to build, e.g. "v20.10.10" (called
TAG) -
git tag TAG(from whatevermainis). -
git push origin refs/tags/${TAG}. -
Let GitHub CI do its thing. This will generate a draft release.
-
Then go build a release:
Go to https://github.com/rancher-sandbox/rancher-desktop-docker-cli/releases and edit the draft release.
It's possible to manually trigger a build (via GitHub Actions, manually use the Run workflow button); builds triggered this way will not create a draft release.