diff options
author | Gábor Lipták <gliptak@gmail.com> | 2021-11-07 09:47:17 -0500 |
---|---|---|
committer | Gábor Lipták <gliptak@gmail.com> | 2021-11-08 22:04:02 -0500 |
commit | 65609f33893cd69d31b62d06cb9143b596903dcd (patch) | |
tree | fecdb1cbfe8619a7aca1e74887ae8fd8564d9bc5 /README.md | |
parent | 6805befec2ca9b9a816b1efda0bf43a67cee09a7 (diff) | |
download | podman-65609f33893cd69d31b62d06cb9143b596903dcd.tar.gz podman-65609f33893cd69d31b62d06cb9143b596903dcd.tar.bz2 podman-65609f33893cd69d31b62d06cb9143b596903dcd.zip |
Add Static Build download instructions to README
[NO NEW TEST NEEDED]
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -168,7 +168,11 @@ was replaced by the REST API. Varlink support has been removed as of the 3.0 rel For more details, you can see [this blog](https://podman.io/blogs/2020/01/17/podman-new-api.html). ## Static Binary Builds -The Cirrus CI integration within this repository contains a `static_build` job -which produces a static Podman binary for testing purposes. Please note that -this binary is not officially supported with respect to feature-completeness -and functionality and should be only used for testing. +The Cirrus CI integration within this repository contains a `Static_Build` job +which produces static Podman binaries for testing purposes. Please note that +these binaries are not officially supported with respect to feature-completeness +and functionality and should be only used for testing. To download these binaries, +load the build link with the commit SHA at +[main](https://cirrus-ci.com/github/containers/podman/main) or +`https://cirrus-ci.com/github/containers/podman/pull/<selected PR>` +and open the artifacts folder within `Static Build`. |