mirror of
https://github.com/containers/podman.git
synced 2025-07-03 09:17:15 +08:00
[CI:DOCS] RELEASE_PROCESS.md: cosmetic fix
Follow up to pr#13416 Insert line breaks to get rid of the horizontal scroll bar. Resolves: https://github.com/containers/podman/pull/13416#discussion_r818991807 Co-authored-by: Ashley Cui <acui@redhat.com> Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
@ -241,7 +241,11 @@ spelled with complete minutiae.
|
||||
|
||||
```shell
|
||||
$ git checkout vX.Y.Z
|
||||
$ make podman-remote-release-darwin_amd64.zip podman-remote-release-darwin_arm64.zip podman-remote-release-windows_amd64.zip podman.msi podman-remote-static
|
||||
$ make podman-remote-release-darwin_amd64.zip \
|
||||
podman-remote-release-darwin_arm64.zip \
|
||||
podman-remote-release-windows_amd64.zip \
|
||||
podman.msi \
|
||||
podman-remote-static
|
||||
$ mv podman-* bin/
|
||||
$ cd bin/
|
||||
$ tar -cvzf podman-remote-static.tar.gz podman-remote-static
|
||||
|
Reference in New Issue
Block a user