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

docs: update

This commit is contained in:
caarlos0 2021-12-04 15:34:28 +00:00 committed by GitHub Actions
parent 3b620f671f
commit 2e31aa1146

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

@ -880,23 +880,17 @@
]
},
"IgnoredBuild": {
"required": [
"Goos",
"Goarch",
"Goarm",
"Gomips"
],
"properties": {
"Goos": {
"goos": {
"type": "string"
},
"Goarch": {
"goarch": {
"type": "string"
},
"Goarm": {
"goarm": {
"type": "string"
},
"Gomips": {
"gomips": {
"type": "string"
}
},