Only build binary for current architecture in dev mode (#161)
This commit is contained in:
parent
05c25c4c47
commit
0f9b8ba790
6 changed files with 899 additions and 391 deletions
|
@ -7,7 +7,7 @@
|
|||
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-starter-template/releases/tag/v0.1.0",
|
||||
"icon_path": "assets/starter-template-icon.svg",
|
||||
"version": "0.1.0",
|
||||
"min_server_version": "5.12.0",
|
||||
"min_server_version": "5.37.0",
|
||||
"server": {
|
||||
"executables": {
|
||||
"linux-amd64": "server/dist/plugin-linux-amd64",
|
||||
|
|
Reference in a new issue