Skip to content

Commit

Permalink
Update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Oct 22, 2024
1 parent badbe46 commit 40673bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ builds:
main: ./cmd/unarr/unarr.go
env:
- CGO_ENABLED=1
- CC=x86_64-apple-darwin21.4-clang
- CC=x86_64-apple-darwin23.5-clang
flags: *flags
ldflags:
- "-s -w"
Expand All @@ -67,7 +67,7 @@ builds:
main: ./cmd/unarr/unarr.go
env:
- CGO_ENABLED=1
- CC=aarch64-apple-darwin21.4-clang
- CC=aarch64-apple-darwin23.5-clang
flags: *flags
ldflags:
- "-s -w"
Expand Down

0 comments on commit 40673bd

Please sign in to comment.