mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Build windows amd64 target on CI
This commit is contained in:
parent
131d14f37d
commit
214f96d0ca
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ build-shared: &build-shared
|
|||
- run:
|
||||
name: Compile project on every platform
|
||||
command: |
|
||||
gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
|
||||
gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64 windows/amd64"
|
||||
- save_cache:
|
||||
key: pkg-cache-{{ checksum "go.sum" }}-v5
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue