Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/op-installing-tkn-on-linux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ For Linux distributions, you can download the CLI directly as a `tar.gz` archive

. Download the relevant CLI tool.

* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-amd64.tar.gz[Linux (x86_64, amd64)]
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.1/tkn-linux-amd64.tar.gz[Linux (x86_64, amd64)]

* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-s390x.tar.gz[Linux on IBM Z and LinuxONE (s390x)]
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.1/tkn-linux-s390x.tar.gz[Linux on IBM Z and LinuxONE (s390x)]

* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-ppc64le.tar.gz[Linux on IBM Power (ppc64le)]
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.1/tkn-linux-ppc64le.tar.gz[Linux on IBM Power (ppc64le)]

* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-arm64.tar.gz[Linux on ARM (arm64)]
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.1/tkn-linux-arm64.tar.gz[Linux on ARM (arm64)]

. Unpack the archive:
+
Expand Down
4 changes: 2 additions & 2 deletions modules/op-installing-tkn-on-macos.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ For macOS, the `tkn` CLI is provided as a `tar.gz` archive.

. Download the relevant CLI tool.

* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-amd64.tar.gz[macOS]
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.1/tkn-macos-amd64.tar.gz[macOS]

* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-arm64.tar.gz[macOS on ARM]
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.1/tkn-macos-arm64.tar.gz[macOS on ARM]

. Unpack and unzip the archive.

Expand Down
2 changes: 1 addition & 1 deletion modules/op-installing-tkn-on-windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For Windows, the `tkn` CLI is provided as a `zip` archive.

.Procedure

. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-windows-amd64.zip[CLI tool].
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.1/tkn-windows-amd64.zip[CLI tool].

. Unzip the archive with a ZIP program.

Expand Down