From 54235f0a77e7125f6e2e53de7b786eda5c41a9ee Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Sun, 6 Jun 2021 23:57:16 +0200 Subject: [PATCH] build windows --- .goreleaser.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9b1c2ba55c3..470a2309143 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,9 +1,11 @@ project_name: wiretrustee builds: - env: [CGO_ENABLED=0] + goos: - linux - darwin + - windows goarch: - arm - amd64 @@ -11,6 +13,12 @@ builds: ignore: - goos: darwin goarch: arm64 + - goos: windows + goarch: arm64 + - goos: windows + goarch: arm + tags: + - load_wintun_from_rsrc nfpms: - maintainer: Wiretrustee description: Wiretrustee project.