From 6a5d2d2622fc999f4fcfe7e368f77c1841ae86b2 Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Sun, 5 Mar 2023 19:50:47 +0100 Subject: [PATCH] build: force disable cgo (#740) --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index b5d61e2..a8a88cf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,6 +4,8 @@ before: builds: - id: autobrr + env: + - CGO_ENABLED=0 goos: - linux - windows @@ -29,6 +31,8 @@ builds: main: ./cmd/autobrr/main.go binary: autobrr - id: autobrrctl + env: + - CGO_ENABLED=0 goos: - linux - windows