mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-19 08:17:01 +02:00
build windows
This commit is contained in:
parent
05168ae12f
commit
54235f0a77
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user