2 Commits

Author SHA1 Message Date
cuoguojida
f30a5a5545 refactor: remove obsolete // +build tag (#560)
Signed-off-by: cuoguojida <cuoguojida@outlook.com>
2026-05-19 07:47:53 -04:00
Konstantin Preißer
5725f04a83 Try to add Windows Arm64 releases by removing the ignore entry for that combination. (#542)
Fixes fullstorydev/grpcurl#541
2026-05-11 17:03:53 -04:00
3 changed files with 0 additions and 4 deletions

View File

@@ -19,8 +19,6 @@ builds:
ignore: ignore:
- goos: darwin - goos: darwin
goarch: 386 goarch: 386
- goos: windows
goarch: arm64
- goos: darwin - goos: darwin
goarch: arm goarch: arm
- goos: windows - goos: windows

View File

@@ -1,5 +1,4 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows
// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows
package main package main

View File

@@ -1,5 +1,4 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris //go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package main package main