mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
chore: docs auto-update
This commit is contained in:
parent
43ae761179
commit
282f9fbf52
47
www/docs/static/schema.json
generated
vendored
47
www/docs/static/schema.json
generated
vendored
@ -2161,6 +2161,12 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"upx": {
|
||||
"items": {
|
||||
"$ref": "#/$defs/UPX"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"build": {
|
||||
"$ref": "#/$defs/Build",
|
||||
"description": "deprecated: use builds instead"
|
||||
@ -3006,6 +3012,47 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"UPX": {
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ids": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"binary": {
|
||||
"type": "string"
|
||||
},
|
||||
"compress": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5",
|
||||
"6",
|
||||
"7",
|
||||
"8",
|
||||
"9",
|
||||
"best",
|
||||
""
|
||||
],
|
||||
"default": ""
|
||||
},
|
||||
"lzma": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"brute": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"UniversalBinary": {
|
||||
"properties": {
|
||||
"id": {
|
||||
|
Loading…
Reference in New Issue
Block a user