1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: schema update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-11-04 08:59:50 -03:00
parent cb8997e76b
commit 2cbb4303d3
No known key found for this signature in database
2 changed files with 26 additions and 2 deletions

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

@ -611,6 +611,15 @@
"goarch": {
"type": "string"
},
"goamd64": {
"type": "string"
},
"go386": {
"type": "string"
},
"goarm64": {
"type": "string"
},
"goarm": {
"oneOf": [
{
@ -624,7 +633,10 @@
"gomips": {
"type": "string"
},
"goamd64": {
"goppc64": {
"type": "string"
},
"goriscv64": {
"type": "string"
},
"buildmode": {

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

@ -494,6 +494,15 @@
"goarch": {
"type": "string"
},
"goamd64": {
"type": "string"
},
"go386": {
"type": "string"
},
"goarm64": {
"type": "string"
},
"goarm": {
"oneOf": [
{
@ -507,7 +516,10 @@
"gomips": {
"type": "string"
},
"goamd64": {
"goppc64": {
"type": "string"
},
"goriscv64": {
"type": "string"
},
"buildmode": {