From 9ab7ccba0c2e0b0351d47852e6da42d204ceb1af Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 5 Sep 2022 13:37:15 -0400 Subject: [PATCH] Create multi-arch-manifest.yaml --- multi-arch-manifest.yaml | 6 ++++++ 1 file changed, 6 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..a9002e0 --- /dev/null +++ b/multi-arch-manifest.yaml @@ -0,0 +1,6 @@ +image: randomninjaatk/sabnzbd-extended:latest +manifests: + - image: randomninjaatk/sabnzbd-extended:amd64 + platform: + architecture: amd64 + os: linux