diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-22 22:33:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 22:33:30 +0100 |
commit | 1bfbb28b0365790552483b961b4bd48a69dd8070 (patch) | |
tree | 5906c427d306b77ae5afa989fde68eecef4b3bb6 /RELEASE_PROCESS.md | |
parent | 992fafa9ab93f5bd20f505d80b07ed849a089c9a (diff) | |
parent | aa301225aa13c34f2676e4240352c4efeb6cc3f2 (diff) | |
download | podman-1bfbb28b0365790552483b961b4bd48a69dd8070.tar.gz podman-1bfbb28b0365790552483b961b4bd48a69dd8070.tar.bz2 podman-1bfbb28b0365790552483b961b4bd48a69dd8070.zip |
Merge pull request #12389 from cevich/remove_static
[CI:DOCS] Cirrus: Strip out static nix build
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r-- | RELEASE_PROCESS.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 8a6fea18c..d6414de73 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -241,15 +241,11 @@ spelled with complete minutiae. * `Cirrus CI / Alt Arch. Cross` - tarball for each architecture * `Cirrus CI / OSX Cross` - two zip files (amd64 and arm64) * `Cirrus CI / Windows Cross` - an `msi` file - * `Cirrus CI / Static Build` - the `bin/podman-remote` file Under the "Artifacts" section of each task, click the "gosrc" link, find and download the release archive (`zip`, `tar.gz` or `.msi`). Save the the archive with a meaningful name, for example `podman-v3.0.0.msi`. - 1. For the "Static Build" task, find the compiled `podman` and `podman-remote` - binaries under the "binary", then "bin" links. Tar these files as - `podman-static.tar.gz`. 1. The `podman-vX.Y.Z.dmg` file is produced manually by someone in possession of a developer signing key. 1. In the directory where you downloaded the archives, run @@ -267,7 +263,6 @@ spelled with complete minutiae. * podman-remote-release-darwin.zip * podman-remote-release-windows.zip - * podman-remote-static.tar.gz * podman-vX.Y.Z.msi * shasums 1. Save the release. |