ci: build on window/i386 too

pull/186/head
Dawid Dziurla 5 years ago
parent 167feee5b1
commit 36075dc835
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

@ -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 windows/amd64"
gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64 windows/i386 windows/amd64"
- save_cache:
key: pkg-cache-{{ checksum "go.sum" }}-v5
paths:

Loading…
Cancel
Save