build windows

This commit is contained in:
mlsmaycon 2021-06-06 23:57:16 +02:00
parent 05168ae12f
commit 54235f0a77

View File

@ -1,9 +1,11 @@
project_name: wiretrustee project_name: wiretrustee
builds: builds:
- env: [CGO_ENABLED=0] - env: [CGO_ENABLED=0]
goos: goos:
- linux - linux
- darwin - darwin
- windows
goarch: goarch:
- arm - arm
- amd64 - amd64
@ -11,6 +13,12 @@ builds:
ignore: ignore:
- goos: darwin - goos: darwin
goarch: arm64 goarch: arm64
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
tags:
- load_wintun_from_rsrc
nfpms: nfpms:
- maintainer: Wiretrustee <wiretrustee@wiretrustee.com> - maintainer: Wiretrustee <wiretrustee@wiretrustee.com>
description: Wiretrustee project. description: Wiretrustee project.