Update README.md with arm64 build instructions.

This commit is contained in:
Shishir Mahajan 2021-01-29 12:38:34 -08:00
parent e9742f23f2
commit f168be9d82
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A

View File

@ -41,6 +41,12 @@ $ cd nomad-driver-containerd
$ make build (This will build your containerd-driver binary)
```
If you want to compile for `arm64`, you can run:
```
make -f Makefile.arm64
```
## Screencast
[![asciicast](https://asciinema.org/a/348173.svg)](https://asciinema.org/a/348173)