add arm64 support (#155)
* add arm64 support * arm64s arent exe... * s/windows/darwin/
This commit is contained in:
parent
be4a281d0c
commit
f547011d23
4 changed files with 599 additions and 114 deletions
|
@ -4,8 +4,8 @@ go 1.12
|
|||
|
||||
require (
|
||||
github.com/go-git/go-git/v5 v5.1.0
|
||||
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20200924100636-e726b0426826
|
||||
github.com/mattermost/mattermost-server/v5 v5.34.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/stretchr/testify v1.6.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
sigs.k8s.io/yaml v1.2.0
|
||||
)
|
||||
|
|
706
build/go.sum
706
build/go.sum
File diff suppressed because it is too large
Load diff
Reference in a new issue