From 11b4bf1bbc840ef7218e82050cf099cc8cb1a259 Mon Sep 17 00:00:00 2001 From: actions-user Date: Wed, 13 Apr 2022 17:43:46 +0000 Subject: [PATCH] docs: update --- www/docs/static/schema.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index bde575d6b..342d8a11b 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -85,6 +85,9 @@ }, "private_key": { "type": "string" + }, + "goamd64": { + "type": "string" } }, "additionalProperties": false, @@ -268,6 +271,12 @@ }, "type": "array" }, + "goamd64": { + "items": { + "type": "string" + }, + "type": "array" + }, "targets": { "items": { "type": "string" @@ -405,6 +414,9 @@ "gomips": { "type": "string" }, + "goamd64": { + "type": "string" + }, "ldflags": { "oneOf": [ { @@ -682,6 +694,9 @@ "goarm": { "type": "string" }, + "goamd64": { + "type": "string" + }, "dockerfile": { "type": "string" }, @@ -1043,6 +1058,9 @@ "goarm": { "type": "string" }, + "goamd64": { + "type": "string" + }, "service": { "type": "string" } @@ -1083,6 +1101,9 @@ }, "gomips": { "type": "string" + }, + "goamd64": { + "type": "string" } }, "additionalProperties": false, @@ -1126,6 +1147,9 @@ "goarm": { "type": "string" }, + "goamd64": { + "type": "string" + }, "skip_upload": { "type": "string" } @@ -2098,6 +2122,9 @@ "type": "string" }, "type": "array" + }, + "goamd64": { + "type": "string" } }, "additionalProperties": false,