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

chore(pro): schema update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-05-31 18:47:01 +00:00
parent f618f00cd0
commit a7f850caf0
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -3458,6 +3458,30 @@
},
"type": "array"
},
"goos": {
"items": {
"type": "string"
},
"type": "array"
},
"goarch": {
"items": {
"type": "string"
},
"type": "array"
},
"goarm": {
"items": {
"type": "string"
},
"type": "array"
},
"goamd64": {
"items": {
"type": "string"
},
"type": "array"
},
"binary": {
"type": "string"
},