feat: remove unsupported platform directive
This commit is contained in:
parent
019784cd25
commit
62c7f10618
1 changed files with 2 additions and 4 deletions
|
|
@ -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"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue