Skip to content

Commit

Permalink
Build on arm64 too
Browse files Browse the repository at this point in the history
Well, it would be cool to have an arm64 docker image. That could e.g. allow loginsrv to run on an raspberry pi.
  • Loading branch information
kernle32dll committed Dec 3, 2019
1 parent be2ae2c commit ce27ca5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
allow_failures:
- go: tip

arch:
- amd64
- arm64

env:
- GO111MODULE=on

Expand All @@ -31,6 +35,7 @@ deploy:
skip_cleanup: true
on:
branch: master
condition: $ARCH = amd64

after_success:
- ./.generate_coverage.sh
Expand Down

0 comments on commit ce27ca5

Please sign in to comment.