feat: only pull linux/amd64
This commit is contained in:
parent
e6fa9eddfa
commit
019784cd25
1 changed files with 4 additions and 15 deletions
|
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue