Skip to content

Commit

Permalink
fix: local network access on macOS 15 Sequoia (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslerche authored Jan 11, 2025
1 parent 6d4b56f commit 0dd360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ builds:
- amd64
- arm64
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -B gobuildid
- id: linux
main: ./cmd/backrest
env:
Expand Down

0 comments on commit 0dd360b

Please sign in to comment.