Skip to content

Commit 2a92b15

Browse files
authored
release: remove windows (#402)
windows builds fails due to: multiple-value "golang.org/x/sys/windows".GetCurrentProcess() in single-value context Signed-off-by: Greg Osuri <me@gregosuri.com>
1 parent 4aa5e03 commit 2a92b15

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ builds:
44
binary: akash
55
main: ./cmd/akash
66
goarch: [amd64, arm64]
7-
goos: [linux,darwin,windows]
7+
goos: [linux, darwin]
88
ignore:
99
- goos: darwin
1010
goarch: 386
11-
- goos: windows
12-
goarch: arm
1311
ldflags: -s -w -X github.com/ovrclk/akash/version.version={{.Version}} -X github.com/ovrclk/akash/version.commit={{.Commit}} -X github.com/ovrclk/akash/version.date={{.Date}}
1412

1513
- id: akashd

0 commit comments

Comments
 (0)