aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/fuchsia.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/fuchsia.md b/docs/fuchsia.md
index 747d22a96..c5db3e26d 100644
--- a/docs/fuchsia.md
+++ b/docs/fuchsia.md
@@ -9,6 +9,13 @@ fx set x64 --packages garnet/packages/products/sshd
fx full-build
```
+You need to build fuchsia for both arm64 and amd64:
+
+```
+fx set arm64 --packages garnet/packages/products/sshd
+fx full-build
+```
+
To update descriptions run:
```
make extract TARGETOS=fuchsia SOURCEDIR=/path/to/fuchsia/checkout