add arm64 support (#155)

* add arm64 support

* arm64s arent exe...

* s/windows/darwin/
This commit is contained in:
Jesse Hallam 2021-06-16 09:38:16 -03:00 committed by GitHub
parent be4a281d0c
commit f547011d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 599 additions and 114 deletions

View file

@ -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
)