mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
parent
debda0e35f
commit
8abffd7aa0
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
name: Compile project on every platform
|
||||
command: |
|
||||
go get github.com/mitchellh/gox
|
||||
gox -mod=vendor -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
|
||||
gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
|
||||
- save_cache:
|
||||
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v4
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue