aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2020-01-02 23:55:53 +0100
committerCarlo Landmeter <clandmeter@alpinelinux.org>2020-01-02 23:55:53 +0100
commit18e6b8a499d1554ba0947ea553f59ce5412c4e2e (patch)
tree5fac4d14571496617e6dadd1845e799750d1cb0c
parent0c6fb46d7b2230dda10d4b8ec6392876fb7e6ae8 (diff)
downloaddocker-abuild-18e6b8a499d1554ba0947ea553f59ce5412c4e2e.tar.bz2
docker-abuild-18e6b8a499d1554ba0947ea553f59ce5412c4e2e.tar.xz
update readme arch support
-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