Compare commits

...

1 Commits

Author SHA1 Message Date
Lakhan Samani
acab410141 fix: remove windows from automated build 2021-09-10 17:51:32 +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]
goos: [linux]
goarch: [amd64]
# goarch: ['386', amd64]
# exclude: