- Run
cargo workspace version
and choose one ofPatch
,Minor
, orMajor
. This upgradesCargo.toml
andCargo.lock
, creates a Git tag, and pushes the changes to GitHub. - Wait until the GitHub Action produces the release.
- Run
release-docker.sh
onarm64
. It creates a Docker image forarm64
and a manifest that references botharm64
andamd64
images. Currently, I have not found a way to automate creatingarm64
images using GitHub Actions because it gets stuck when using the approach from the Docker Documentation.