Skip to content

Commit

Permalink
enable all binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Jun 26, 2024
1 parent 1dd81aa commit fe528aa
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# - Add SBOMs
# - Add Docker Builds
# - SLSA - https://github.com/goreleaser/goreleaser-example-slsa-provenance
# - Add Code Signing

env:
- CGO_ENABLED=1
Expand Down Expand Up @@ -40,10 +39,10 @@ builds:
- 'CXX={{ index .Env (print "CXX_" .Os "_" .Arch) }}'
goos:
- linux
# - darwin
# - windows
- darwin
- windows
goarch:
# - arm64
- arm64
- amd64
ignore:
- goos: windows
Expand All @@ -62,24 +61,24 @@ builds:
- -X github.com/zeta-chain/zetacore/pkg/constant.BuildTime={{ .Env.BUILDTIME }}
- -X github.com/cosmos/cosmos-sdk/types.DBBackend=pebbledb

# - id: "zetaclientd"
# main: ./cmd/zetaclientd
# binary: "zetaclientd-{{ .Os }}-{{ .Arch }}"
# env:
# - 'CC={{ index .Env (print "CC_" .Os "_" .Arch) }}'
# - 'CXX={{ index .Env (print "CXX_" .Os "_" .Arch) }}'
# goos:
# - linux
# # - darwin
# # - windows
# goarch:
# # - arm64
# - amd64
# ignore:
# - goos: windows
# goarch: arm64
# flags: *default_flags
# ldflags: *default_ldflags
- id: "zetaclientd"
main: ./cmd/zetaclientd
binary: "zetaclientd-{{ .Os }}-{{ .Arch }}"
env:
- 'CC={{ index .Env (print "CC_" .Os "_" .Arch) }}'
- 'CXX={{ index .Env (print "CXX_" .Os "_" .Arch) }}'
goos:
- linux
# - darwin
# - windows
goarch:
# - arm64
- amd64
ignore:
- goos: windows
goarch: arm64
flags: *default_flags
ldflags: *default_ldflags

archives:
- format: binary
Expand Down

0 comments on commit fe528aa

Please sign in to comment.