From 9d8fc62336b88506fdb56cf47356de3f7c8da160 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Aug 2018 12:52:11 +0000 Subject: [PATCH] Bot Updating README from template --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c94f5c1..32963ff 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Find us at: # PSA: Changes are happening -Linuxserver are in the midst of switching to a new CI platform which will enable us to build and release multiple architectures under a single repo. To this end, existing images for `arm64` and `armhf` builds are being deprecated. They are replaced by a manifest file in each container which automatically pulls the correct image for your architecture. You'll also be able to pull based on a specific architecture tag. +From August 2018 onwards, Linuxserver are in the midst of switching to a new CI platform which will enable us to build and release multiple architectures under a single repo. To this end, existing images for `arm64` and `armhf` builds are being deprecated. They are replaced by a manifest file in each container which automatically pulls the correct image for your architecture. You'll also be able to pull based on a specific architecture tag. TLDR: Multi-arch support is changing from multiple repos to one repo per container image. @@ -30,6 +30,18 @@ TLDR: Multi-arch support is changing from multiple repos to one repo per contain [![smokeping](https://camo.githubusercontent.com/e0694ef783e3fd1d74e6776b28822ced01c7cc17/687474703a2f2f6f73732e6f6574696b65722e63682f736d6f6b6570696e672f696e632f736d6f6b6570696e672d6c6f676f2e706e67)](https://oss.oetiker.ch/smokeping/) +## Supported Architectures + +Our images support multiple architectures such as `X86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list). + +The architectures supported by this image are: + +| Architecture | Tag | +| :----: | --- | +| item.arch | item.tag | +| item.arch | item.tag | +| item.arch | item.tag | + ## Usage Here are some example snippets to help you get started creating a container.