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:
parent
caf99d2d64
commit
a23753dc18
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user