aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-11 20:53:44 +0100
committerGitHub <noreply@github.com>2021-11-11 20:53:44 +0100
commit4c08291f9e3ca717c57a734425b36d022d53be70 (patch)
tree0f25dd5c4361f47afbf737388065a5c5b2a136b3
parentd6d89fa79f1cb785e2f3f6b8d2295b97b19066e9 (diff)
parent65609f33893cd69d31b62d06cb9143b596903dcd (diff)
downloadpodman-4c08291f9e3ca717c57a734425b36d022d53be70.tar.gz
podman-4c08291f9e3ca717c57a734425b36d022d53be70.tar.bz2
podman-4c08291f9e3ca717c57a734425b36d022d53be70.zip
Merge pull request #12197 from gliptak/readme1
[ci:docs] Add Static Build download instructions to README
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3697943ec..2b384239f 100644
--- a/README.md
+++ b/README.md
@@ -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`.