Only build binary for current architecture in dev mode (#161)

This commit is contained in:
Ben Schumacher 2022-01-17 13:15:25 +01:00 committed by GitHub
parent 05c25c4c47
commit 0f9b8ba790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 899 additions and 391 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/mattermost/mattermost-plugin-starter-template
go 1.16
require (
github.com/mattermost/mattermost-server/v6 v6.0.0-20210906125346-b41b7eae1026
github.com/mattermost/mattermost-server/v6 v6.2.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
)