Skip to content

Commit

Permalink
docs: modify arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jun 2, 2020
1 parent 9d2e64a commit 06256a0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ make e2e

## ARM support

If you want to run Kube-OVN on arm64 platform, you need to build the arm64 images with following steps.
If you want to run Kube-OVN on arm64 platform, you need to build the arm64 images with docker multi-platform build.

```bash
make release-arm
```

1. Edit the Makefile, change `ARCH=amd64` to `ARCH=arm64` and `RPM_ARCH=x86_64` to `RPM_ARCH=aarch64`
2. Run `make release` to build the images for arm64 platform

0 comments on commit 06256a0

Please sign in to comment.