Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 707b537

Browse files
committed
adding go binary to releaser
1 parent 5b22e87 commit 707b537

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ release:
77

88
builds:
99
- id: darwin-amd64
10+
gobinary: "go1.20"
1011
main: ./main.go
1112
binary: polygon-edge
1213
goos:
@@ -20,6 +21,7 @@ builds:
2021
-s -w -X 'github.com/0xPolygon/polygon-edge/versioning.Version=v{{ .Version }}'
2122

2223
- id: darwin-arm64
24+
gobinary: "go1.20"
2325
main: ./main.go
2426
binary: polygon-edge
2527
goos:
@@ -33,6 +35,7 @@ builds:
3335
-s -w -X 'github.com/0xPolygon/polygon-edge/versioning.Version=v{{ .Version }}'
3436

3537
- id: linux-amd64
38+
gobinary: "go1.20"
3639
main: ./main.go
3740
binary: polygon-edge
3841
goos:
@@ -50,6 +53,7 @@ builds:
5053
- osusergo
5154

5255
- id: linux-arm64
56+
gobinary: "go1.20"
5357
main: ./main.go
5458
binary: polygon-edge
5559
goos:

0 commit comments

Comments
 (0)