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" } ] }