Build binaries for windows (#355)

This commit is contained in:
Cyb3r Jak3 2025-04-21 16:53:36 -04:00 committed by GitHub
parent def78d0339
commit f86fe3bfc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2
project_name: "exportarr"
archives:
- id: main
@ -21,6 +23,7 @@ builds:
- "linux"
- "freebsd"
- "openbsd"
- "windows"
ignore:
- goos: darwin
goarch: arm
@ -32,5 +35,7 @@ builds:
goarch: arm64
- goos: openbsd
goarch: arm64
- goos: windows
goarch: arm
env:
- CGO_ENABLED=0