mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-11 21:10:26 +00:00
Drop windows binary building
This commit is contained in:
parent
80112ad188
commit
c273c54e19
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user