Skip to content

Commit

Permalink
Merge pull request #1690 from mrpalide/fix/add-skysocks-client-to-win…
Browse files Browse the repository at this point in the history
…dows-archive

add skysocks client to windows archive
  • Loading branch information
mrpalide committed Dec 11, 2023
2 parents b705fe5 + ad5654b commit 0e14243
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ builds:
main: ./cmd/apps/vpn-client/
ldflags: -s -w -X github.com/skycoin/skywire-utilities/pkg/buildinfo.version=v{{.Version}} -X github.com/skycoin/skywire-utilities/pkg/buildinfo.commit={{.ShortCommit}} -X github.com/skycoin/skywire-utilities/pkg/buildinfo.date={{.Date}}

- id: skysocks-client
binary: apps/skysocks-client
goos:
- windows
goarch:
- amd64
- 386
env:
- CGO_ENABLED=0
main: ./cmd/apps/skysocks-client/
ldflags: -s -w -X github.com/skycoin/skywire-utilities/pkg/buildinfo.version=v{{.Version}} -X github.com/skycoin/skywire-utilities/pkg/buildinfo.commit={{.ShortCommit}} -X github.com/skycoin/skywire-utilities/pkg/buildinfo.date={{.Date}}

archives:
- id: archive
format: zip
Expand All @@ -62,6 +74,7 @@ archives:
- skywire-visor
- skywire-cli
- vpn-client
- skysocks-client
allow_different_binary_count: true

checksum:
Expand Down

0 comments on commit 0e14243

Please sign in to comment.