qaskx.template/generator/default/build/golang.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2024-02-27 07:34:11 +00:00
{
"name": "golang",
2024-04-01 11:38:14 +00:00
"guide": "https://docs.qaskx.one/templates/build/golang",
2024-02-27 07:34:11 +00:00
"description": "golang build templates",
2024-03-27 12:01:55 +00:00
"variables": [
{
"label": "Fully Qualified Host Name",
"source": "console",
"default": "",
"name": "Fdqn",
"type": "string",
"value": ""
},
{
"label": "Design domain",
"source": "console",
"default": "",
"name": "DesignDomain",
"type": "string",
"value": ""
}
],
2024-02-27 07:34:11 +00:00
"templates": [
{
2024-03-03 11:47:59 +00:00
"engine": "golang",
2024-03-03 07:08:39 +00:00
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "build_win.tmpl",
2024-02-27 09:52:44 +00:00
"output_folder": "^/build",
2024-03-03 07:08:39 +00:00
"output_name": "golang_windows.ps1"
2024-03-03 11:47:59 +00:00
},
{
"engine": "golang",
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "build_linux.tmpl",
"output_folder": "^/build",
"output_name": "golang_linux.ps1"
}
]
2024-02-27 07:34:11 +00:00
}