mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-09-25 08:49:58 -04:00
Revert "Revert "pass -mod=vendor to gox""
This reverts commit 8abffd7aa0.
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
name: Compile project on every platform
|
||||
command: |
|
||||
go get github.com/mitchellh/gox
|
||||
gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
|
||||
gox -mod=vendor -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
|
||||
- save_cache:
|
||||
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v4
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user