Skip to content

Releasing

Mauro Lacy edited this page Feb 1, 2022 · 12 revisions
  1. Use make build to create a local tag.
    • If you are on an Intel machine, this will build the official version.
    • If not, you can use make build-x86_64 to force a non-native Intel build (can take a long time).
  2. Test the image from 1. locally.
  3. Update Makefile, CHANGELOG.md and README.md to the new version.
  4. Use make publish-x86_64 to publish the Intel/AMD version.
  5. Optionally, use make publish-arm64 to build and publish the unofficial ARM version (can take a long time to build, on an Intel machine).
  6. git tag v<new version number>
  7. git push && git push --tags
Clone this wiki locally