Skip to content

Commit

Permalink
Improve command in docs for publishing a release
Browse files Browse the repository at this point in the history
  • Loading branch information
MMK21Hub committed Nov 6, 2024
1 parent 976329c commit e72cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The steps are something like this. We can probably make this a Bash script or ev
So that multiple architectures can be built, you must set Docker to use the containerd image store, as explained [in the Docker documentation](https://docs.docker.com/storage/containerd/). You also need to [install the `arm64` emulator for Docker](https://github.com/tonistiigi/binfmt?tab=readme-ov-file#installing-emulators) to build the ARM64 image in an x86 computer (or vice versa if you're using an ARM computer), so run `docker run --privileged --rm tonistiigi/binfmt --install arm64`.

```bash
VERSION=v1.0.0 # Replace with the new version number
export VERSION=v1.x.y # Replace with the new version number
git tag $VERSION
git push origin $VERSION
Expand Down

0 comments on commit e72cda9

Please sign in to comment.