1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-10-29 22:53:02 +00:00

Drop windows binary building

This commit is contained in:
Timur Ismagilov
2021-08-01 15:46:16 +05:00
committed by GitHub
parent 80112ad188
commit c273c54e19

View File

@@ -10,7 +10,7 @@ jobs:
matrix:
# build and publish in parallel a lot of binaries
# https://golang.org/doc/install/source#environment See supported Go OS/Arch pairs here
goos: [linux, windows, darwin, freebsd, openbsd]
goos: [linux, darwin, freebsd, openbsd]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"