Skip to content

Commit f168be9

Browse files
Update README.md with arm64 build instructions.
1 parent e9742f2 commit f168be9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ $ cd nomad-driver-containerd
4141
$ make build (This will build your containerd-driver binary)
4242
```
4343

44+
If you want to compile for `arm64`, you can run:
45+
46+
```
47+
make -f Makefile.arm64
48+
```
49+
4450
## Screencast
4551
[![asciicast](https://asciinema.org/a/348173.svg)](https://asciinema.org/a/348173)
4652

0 commit comments

Comments
 (0)