From 8c48690b23411433b069a30d18a52d9793bfbbe6 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Tue, 9 Nov 2021 14:34:56 -0800 Subject: [PATCH] Prep for building 2.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dca96a..9eba57f 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Upon starting this image it will give you a ready to run server with many config - [Installation](#installation) - [Build from Source](#build-from-source) - [Prebuilt Images](#prebuilt-images) - - [Multi Archictecture](#multi-archictecture) + - [Multi Architecture](#multi-archictecture) - [Configuration](#configuration) - [Quick Start](#quick-start) - [Persistent Storage](#persistent-storage) @@ -81,7 +81,7 @@ The following image tags are available along with their tagged release based on | ------- | ------------ | --------- | | latest | Alpine | `:latest` | -### Multi Archictecture +### Multi Architecture Images are built primarily for `amd64` architecture, and may also include builds for `arm/v6`, `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)` ## Configuration