1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-08-29 17:08:03 +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: matrix:
# build and publish in parallel a lot of binaries # build and publish in parallel a lot of binaries
# https://golang.org/doc/install/source#environment See supported Go OS/Arch pairs here # 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] goarch: ["386", amd64, arm64]
exclude: exclude:
- goarch: "386" - goarch: "386"