Compare commits

...

3 Commits

Author SHA1 Message Date
Lakhan Samani
acab410141 fix: remove windows from automated build 2021-09-10 17:51:32 +05:30
Lakhan Samani
695614497c fix: use cgo enabled for windows and linux 2021-09-10 14:52:29 +05:30
Lakhan Samani
55e6357a5f fix: remove cgo from build 2021-09-09 12:02:16 +05:30

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
goos: [linux, windows, darwin]
goos: [linux]
goarch: [amd64]
# goarch: ['386', amd64]
# exclude: