|
@@ -70,12 +70,10 @@ jobs:
|
|
|
strategy:
|
|
|
matrix:
|
|
|
# Include amd64 on all platforms.
|
|
|
- goos: [windows, freebsd, openbsd, linux, dragonfly, darwin]
|
|
|
+ goos: [windows, freebsd, openbsd, linux, darwin]
|
|
|
goarch: [amd64, 386]
|
|
|
exclude:
|
|
|
- # Exclude i386 on darwin and dragonfly.
|
|
|
- - goarch: 386
|
|
|
- goos: dragonfly
|
|
|
+ # Exclude i386 on darwin
|
|
|
- goarch: 386
|
|
|
goos: darwin
|
|
|
include:
|