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
|
@ -3,9 +3,9 @@ module github.com/mattermost/mattermost-plugin-starter-template/build
|
|||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/go-git/go-git/v5 v5.1.0
|
||||
github.com/mattermost/mattermost-server/v6 v6.0.0-20210906125346-b41b7eae1026
|
||||
github.com/go-git/go-git/v5 v5.4.2
|
||||
github.com/mattermost/mattermost-server/v6 v6.2.1
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
sigs.k8s.io/yaml v1.2.0
|
||||
sigs.k8s.io/yaml v1.3.0
|
||||
)
|
||||
|
|
638
build/go.sum
638
build/go.sum
File diff suppressed because it is too large
Load diff
Reference in a new issue