From 6f90a6ea43afdf6f3d91246ff6ba7933b346036a Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Wed, 13 Mar 2019 16:19:31 +0100
Subject: [PATCH] Added support architectures to the readme

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index cf246a9..f04129c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
 # Dockerimage for Quasselcore
 
+## Supported architectures
+
+| Architecture | Tags                        |
+| ------------ | --------------------------- |
+| x86-64       | `0.13.1`, `latest`          |
+| aarch64      | `0.13.1-aarch64`, `aarch64` |
+| armhf        | `0.13.1-armhf`, `armhf`     |
+
 ## Stateful usage (with UI Wizard)
 
 By default, the core will be run in stateful mode.
-- 
GitLab