Skip to content

Commit

Permalink
Build binary for linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Apr 23, 2024
1 parent d628474 commit 7a3539c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ builds:
goarch:
- amd64

- id: unarr-linux-arm64
binary: "{{ .ProjectName }}"
main: ./cmd/unarr/unarr.go
env:
- CGO_ENABLED=1
- CC=aarch64-pc-linux-musl-gcc
flags: *flags
ldflags: *ldflags
goos:
- linux
goarch:
- arm64

- id: unarr-win-x64
binary: "{{ .ProjectName }}"
# brew install mingw-w64
Expand Down

0 comments on commit 7a3539c

Please sign in to comment.