aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index ee3d1a1..9765e57 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,9 @@ When invoked, `dabuild` simply passes any flags through to `abuild` running in a
## Supported architectures
-Currently supported architectures are (as reported by `uname -m`):
-
- * `x86`
- * `x86_64`
- * `aarch64`
- * `armv6`
- * `armv7`
- * `armv7l`
- * `armv8`
+Currently supported architectures are:
+
+`aarch64`, `armhf`, `armv7`, `ppc64le`, `s390x`, `x86`, `x86_64`
## Configuration