feat: only pull linux/amd64

This commit is contained in:
Simon Cornet 2026-05-08 13:07:25 +02:00
commit 019784cd25

View file

@ -51,7 +51,8 @@
"content": [
{
"prefix": "**",
"destination": "/dockerhub"
"destination": "/dockerhub",
"platforms": ["linux/amd64"]
}
]
},
@ -64,20 +65,8 @@
"content": [
{
"prefix": "**",
"destination": "/ghcr"
}
]
},
{
"urls": ["https://lscr.io"],
"onDemand": true,
"tlsVerify": true,
"maxRetries": 3,
"retryDelay": "5m",
"content": [
{
"prefix": "**",
"destination": "/lscr"
"destination": "/ghcr",
"platforms": ["linux/amd64"]
}
]
}