-
Notifications
You must be signed in to change notification settings - Fork 66
Releasing
Mauro Lacy edited this page Feb 1, 2022
·
12 revisions
- 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).
- Test the image from 1. locally.
- Update
Makefile
,CHANGELOG.md
andREADME.md
to the new version. - Use
make publish-x86_64
to publish the Intel/AMD version. - Optionally, use
make publish-arm64
to build and publish the unofficial ARM version (can take a long time to build, on an Intel machine). git tag v<new version number>
git push && git push --tags