Skip to content

Commit

Permalink
build windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Jun 6, 2021
1 parent 05168ae commit 54235f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
project_name: wiretrustee
builds:
- env: [CGO_ENABLED=0]

goos:
- linux
- darwin
- windows
goarch:
- arm
- amd64
- arm64
ignore:
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
tags:
- load_wintun_from_rsrc
nfpms:
- maintainer: Wiretrustee <wiretrustee@wiretrustee.com>
description: Wiretrustee project.
Expand Down

0 comments on commit 54235f0

Please sign in to comment.