From 62c7f10618f6efcfdc336914a25b75d5811ac349 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 8 May 2026 13:09:27 +0200 Subject: [PATCH] feat: remove unsupported platform directive --- templates/zot/config.json.j2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/zot/config.json.j2 b/templates/zot/config.json.j2 index 5bb803a..a14b586 100644 --- a/templates/zot/config.json.j2 +++ b/templates/zot/config.json.j2 @@ -51,8 +51,7 @@ "content": [ { "prefix": "**", - "destination": "/dockerhub", - "platforms": ["linux/amd64"] + "destination": "/dockerhub" } ] }, @@ -65,8 +64,7 @@ "content": [ { "prefix": "**", - "destination": "/ghcr", - "platforms": ["linux/amd64"] + "destination": "/ghcr" } ] }