Skip to content

Commit

Permalink
chore: fix MacOS nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Nov 29, 2024
1 parent 877a175 commit 68e6ee7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ builds:
goarch: arm
- goos: windows
goarch: arm64
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
overrides:
- goos: darwin
goarch: arm64
ldflags:
- -X github.com/evcc-io/evcc/server.Version={{ .Tag }} -X github.com/evcc-io/evcc/server.Commit={{ .ShortCommit }} -X github.com/evcc-io/evcc/vehicle/tesla.TESLA_CLIENT_ID={{ .Env.TESLA_CLIENT_ID }} -s -w -B gobuildid
- goos: darwin
goarch: amd64
ldflags:
- -X github.com/evcc-io/evcc/server.Version={{ .Tag }} -X github.com/evcc-io/evcc/server.Commit={{ .ShortCommit }} -X github.com/evcc-io/evcc/vehicle/tesla.TESLA_CLIENT_ID={{ .Env.TESLA_CLIENT_ID }} -s -w -B gobuildid

archives:
- builds:
Expand Down

0 comments on commit 68e6ee7

Please sign in to comment.