feat: remove unsupported platform directive

This commit is contained in:
Simon Cornet 2026-05-08 13:09:27 +02:00
commit 62c7f10618

View file

@ -51,8 +51,7 @@
"content": [ "content": [
{ {
"prefix": "**", "prefix": "**",
"destination": "/dockerhub", "destination": "/dockerhub"
"platforms": ["linux/amd64"]
} }
] ]
}, },
@ -65,8 +64,7 @@
"content": [ "content": [
{ {
"prefix": "**", "prefix": "**",
"destination": "/ghcr", "destination": "/ghcr"
"platforms": ["linux/amd64"]
} }
] ]
} }