1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

docs: update

This commit is contained in:
actions-user 2022-04-13 17:43:46 +00:00
parent 38ea40c442
commit 11b4bf1bbc

27
www/docs/static/schema.json generated vendored
View File

@ -85,6 +85,9 @@
},
"private_key": {
"type": "string"
},
"goamd64": {
"type": "string"
}
},
"additionalProperties": false,
@ -268,6 +271,12 @@
},
"type": "array"
},
"goamd64": {
"items": {
"type": "string"
},
"type": "array"
},
"targets": {
"items": {
"type": "string"
@ -405,6 +414,9 @@
"gomips": {
"type": "string"
},
"goamd64": {
"type": "string"
},
"ldflags": {
"oneOf": [
{
@ -682,6 +694,9 @@
"goarm": {
"type": "string"
},
"goamd64": {
"type": "string"
},
"dockerfile": {
"type": "string"
},
@ -1043,6 +1058,9 @@
"goarm": {
"type": "string"
},
"goamd64": {
"type": "string"
},
"service": {
"type": "string"
}
@ -1083,6 +1101,9 @@
},
"gomips": {
"type": "string"
},
"goamd64": {
"type": "string"
}
},
"additionalProperties": false,
@ -1126,6 +1147,9 @@
"goarm": {
"type": "string"
},
"goamd64": {
"type": "string"
},
"skip_upload": {
"type": "string"
}
@ -2098,6 +2122,9 @@
"type": "string"
},
"type": "array"
},
"goamd64": {
"type": "string"
}
},
"additionalProperties": false,