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

chore: docs auto-update

This commit is contained in:
actions-user 2023-01-17 01:36:57 +00:00
parent 2450746e5c
commit 895c597864

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

@ -1245,6 +1245,72 @@
"additionalProperties": false,
"type": "object"
},
"Ko": {
"properties": {
"id": {
"type": "string"
},
"build": {
"type": "string"
},
"main": {
"type": "string"
},
"working_dir": {
"type": "string"
},
"base_image": {
"type": "string"
},
"repository": {
"type": "string"
},
"platforms": {
"items": {
"type": "string"
},
"type": "array"
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"sbom": {
"type": "string"
},
"ldflags": {
"items": {
"type": "string"
},
"type": "array"
},
"flags": {
"items": {
"type": "string"
},
"type": "array"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
},
"bare": {
"type": "boolean"
},
"preserve_import_paths": {
"type": "boolean"
},
"base_import_paths": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"Krew": {
"properties": {
"ids": {
@ -1864,6 +1930,12 @@
},
"type": "array"
},
"kos": {
"items": {
"$ref": "#/$defs/Ko"
},
"type": "array"
},
"scoop": {
"$ref": "#/$defs/Scoop"
},