ci: build on window/i386 too

This commit is contained in:
Dawid Dziurla 2019-11-11 12:40:35 +01:00
parent 167feee5b1
commit 36075dc835
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -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: