1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-08 04:04:22 +02:00

exclude darwin arm from building

This commit is contained in:
Anthony HAMON 2018-08-25 21:38:25 +02:00
parent caf99d2d64
commit a23753dc18

View File

@ -15,7 +15,7 @@ jobs:
name: Compile project on every platform
command: |
go get github.com/mitchellh/gox
gox -os "linux darwin freebsd netbsd windows"
gox -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
- run:
name: Push on codecov result
command: |