aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 2edcc931..f96b20a0 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -7,9 +7,10 @@ a selected AMD machine, and will start a build:
### 2.1. Select a target machine
-Set the environment variable `MACHINE` to one of the supported AMD machines (i.e `vermeer` `rome` or `milan`) that you want
-to build an image for (change the `<machine-name>` in the following example
-accordingly):
+Set the environment variable `MACHINE` to one of the supported AMD machines
+(i.e `milan`, `rome`, `v3000`, `genoa` or `e3000`) that you want to build an
+image for (change the `<machine-name>` in the following example accordingly):
+
```sh
MACHINE="<machine-name>"
```