mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-16 03:52:12 +02:00
chore(docs): update schema
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
d583861e06
commit
205b346215
40
www/docs/static/schema-pro.json
generated
vendored
40
www/docs/static/schema-pro.json
generated
vendored
@ -424,19 +424,43 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"goamd64": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"go386": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"goarm": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"goarm64": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"gomips": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"goamd64": {
|
||||
"goppc64": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"goriscv64": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -1696,6 +1720,12 @@
|
||||
"goarch": {
|
||||
"type": "string"
|
||||
},
|
||||
"goamd64": {
|
||||
"type": "string"
|
||||
},
|
||||
"go386": {
|
||||
"type": "string"
|
||||
},
|
||||
"goarm": {
|
||||
"oneOf": [
|
||||
{
|
||||
@ -1706,10 +1736,16 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"goarm64": {
|
||||
"type": "string"
|
||||
},
|
||||
"gomips": {
|
||||
"type": "string"
|
||||
},
|
||||
"goamd64": {
|
||||
"goppc64": {
|
||||
"type": "string"
|
||||
},
|
||||
"goriscv64": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user