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": [
{
"prefix": "**",
"destination": "/dockerhub",
"platforms": ["linux/amd64"]
"destination": "/dockerhub"
}
]
},
@ -65,8 +64,7 @@
"content": [
{
"prefix": "**",
"destination": "/ghcr",
"platforms": ["linux/amd64"]
"destination": "/ghcr"
}
]
}