From 61d5bc6eadb58c7ee9c2b5f8bedd61373922b0f1 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 26 Jan 2023 16:37:33 -0500 Subject: [PATCH] Create multi-arch-manifest.yaml --- multi-arch-manifest.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 multi-arch-manifest.yaml diff --git a/multi-arch-manifest.yaml b/multi-arch-manifest.yaml new file mode 100644 index 0000000..d759420 --- /dev/null +++ b/multi-arch-manifest.yaml @@ -0,0 +1,16 @@ +image: randomninjaatk/readarr-extended:latest +manifests: + - image: randomninjaatk/readarr-extended:amd64 + platform: + architecture: amd64 + os: linux + - image: randomninjaatk/readarr-extended:arm32v7 + platform: + architecture: arm + os: linux + variant: v7 + - image: randomninjaatk/readarr-extended:arm64v8 + platform: + architecture: arm64 + os: linux + variant: v8