mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
chore: schema update
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
25a8e55b6d
commit
9a43e9ce33
9
www/docs/static/schema-pro.json
generated
vendored
9
www/docs/static/schema-pro.json
generated
vendored
@ -746,9 +746,6 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"use_buildx": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"use": {
|
||||
"type": "string"
|
||||
}
|
||||
@ -1016,6 +1013,9 @@
|
||||
},
|
||||
"gobinary": {
|
||||
"type": "string"
|
||||
},
|
||||
"mod": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -1100,6 +1100,9 @@
|
||||
},
|
||||
"goarm": {
|
||||
"type": "string"
|
||||
},
|
||||
"service": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Loading…
Reference in New Issue
Block a user