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:
parent
cb8997e76b
commit
2cbb4303d3
14
www/docs/static/schema-pro.json
generated
vendored
14
www/docs/static/schema-pro.json
generated
vendored
@ -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
14
www/docs/static/schema.json
generated
vendored
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user