Skip to content
Open
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
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@

First, install all [build dependencies](docs/dev/dependencies.md).

Clone this repository. Then build the `openshift-install` binary with:
Clone this repository.

Set the architecture. Values canbe amd64(default), aarch64(for ARM64).

```sh
export DEFAULT_ARCH=aarch64
```

Then build the `openshift-install` binary with:

```sh
hack/build.sh
Expand Down