Skip to content

Commit

Permalink
adding go binary to releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott committed Sep 14, 2023
1 parent 5b22e87 commit 707b537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ release:

builds:
- id: darwin-amd64
gobinary: "go1.20"
main: ./main.go
binary: polygon-edge
goos:
Expand All @@ -20,6 +21,7 @@ builds:
-s -w -X 'github.com/0xPolygon/polygon-edge/versioning.Version=v{{ .Version }}'

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

- id: linux-amd64
gobinary: "go1.20"
main: ./main.go
binary: polygon-edge
goos:
Expand All @@ -50,6 +53,7 @@ builds:
- osusergo

- id: linux-arm64
gobinary: "go1.20"
main: ./main.go
binary: polygon-edge
goos:
Expand Down

0 comments on commit 707b537

Please sign in to comment.