mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 02:46:55 +00:00
Build binaries for windows (#355)
This commit is contained in:
parent
def78d0339
commit
f86fe3bfc9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user