Skip to content

Commit 0d1ec26

Browse files
europaulOhmSpectator
authored andcommitted
add buildx to list of EVE build prerequisites
Add docker buildx to the list of prerequisites for building EVE, because it isn't always installed by default with Docker. Signed-off-by: Paul Gaiduk <[email protected]>
1 parent 91685b3 commit 0d1ec26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/BUILD.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ EVE uses several build tools, some of which are prerequisites, while others are
9393
You must have the following installed in order to build EVE:
9494

9595
* [docker](https://www.docker.com/get-started)
96+
* [buildx](https://docs.docker.com/reference/cli/docker/buildx/)
9697
* [Go](https://golang.org) (optional) Required only if you want to build packages locally. By default, all builds happen in a docker environment.
9798
* [qemu](https://www.qemu.org) (optional) Required only if you wish to run the generated image. On macOS, easiest to install via [homebrew](https://brew.sh) via `brew install qemu`.
9899
* [git](https://git-scm.com) which you must have to clone this repository.

0 commit comments

Comments
 (0)