Skip to content

Commit

Permalink
Add CI tests for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman committed Nov 13, 2020
1 parent 8aabd9a commit 075a82d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,8 +1,13 @@
language: go
dist: xenial
arch:
- amd64
- arm64
- arm64-graviton2
dist: focal
go:
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
script:
- diff -u <(echo -n) <(gofmt -d *.go)
- diff -u <(echo -n) <(golint $(go list -e ./...) | grep -v YAMLToJSON)
Expand Down

0 comments on commit 075a82d

Please sign in to comment.