Skip to content

Commit 5d85ff6

Browse files
authored
Merge pull request #49582 from SNiemann15/pipelines_add_arm
[RHDEVDOCS-4231] add tkn-pac info
2 parents 9dd544a + e9d3b4c commit 5d85ff6

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

cli_reference/tkn_cli/installing-tkn.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
Use the `tkn` CLI to manage {pipelines-title} from a terminal. The following section describes how to install `tkn` on different platforms.
9+
Use the `tkn` CLI tool to manage {pipelines-title} from a terminal. The following section describes how to install `tkn` on different platforms.
1010

1111
You can also find the URL to the latest binaries from the {product-title} web console by clicking the *?* icon in the upper-right corner and selecting *Command Line Tools*.
1212

13+
:FeatureName: Running {pipelines-title} on ARM hardware
14+
include::snippets/technology-preview.adoc[]
15+
1316
// Install tkn on Linux
1417
include::modules/op-installing-tkn-on-linux.adoc[leveloffset=+1]
1518

modules/op-installing-tkn-on-linux.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For Linux distributions, you can download the CLI directly as a `tar.gz` archive
1212

1313
.Procedure
1414

15-
. Download the relevant CLI.
15+
. Download the relevant CLI tool.
1616

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

@@ -29,7 +29,7 @@ For Linux distributions, you can download the CLI directly as a `tar.gz` archive
2929
$ tar xvzf <file>
3030
----
3131

32-
. Place the `tkn` binary in a directory that is on your `PATH`.
32+
. Place the `tkn` and `tkn-pac` binaries in a directory that is on your `PATH`.
3333

3434
. To check your `PATH`, run:
3535
+

modules/op-installing-tkn-on-macos.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ For macOS, the `tkn` CLI is provided as a `tar.gz` archive.
1212

1313
.Procedure
1414

15-
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-amd64.tar.gz[CLI].
15+
. Download the relevant CLI tool.
16+
17+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-amd64.tar.gz[macOS]
18+
19+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-arm64.tar.gz[macOS on ARM]
1620

1721
. Unpack and unzip the archive.
1822

19-
. Move the `tkn` binary to a directory on your PATH.
23+
. Move the `tkn` and `tkn-pac` binaries to a directory on your `PATH`.
2024

2125
. To check your `PATH`, open a terminal window and run:
2226
+

modules/op-installing-tkn-on-windows.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ For Windows, the `tkn` CLI is provided as a `zip` archive.
1212

1313
.Procedure
1414

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

1717
. Unzip the archive with a ZIP program.
1818

19-
. Add the location of your `tkn.exe` file to your `PATH` environment variable.
19+
. Add the location of your `tkn.exe` and `tkn-pac.exe` files to your `PATH` environment variable.
2020

2121
. To check your `PATH`, open the command prompt and run the command:
2222
+

0 commit comments

Comments
 (0)