1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2023-05-30 11:51:56 +00:00
parent ffad12eae4
commit 79a9315eff

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

@ -3122,6 +3122,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"
},