1
0
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:
Carlos Alexandro Becker 2024-10-14 10:06:22 -03:00
parent d583861e06
commit 205b346215
No known key found for this signature in database

40
www/docs/static/schema-pro.json generated vendored
View File

@ -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"
}
},