Skip to content

Commit

Permalink
Merge pull request #551 from ripienaar/misc_windows_build
Browse files Browse the repository at this point in the history
(misc) support building a windows binary
  • Loading branch information
ripienaar authored Feb 25, 2019
2 parents ba09d38 + 9be087b commit 94ebcdc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packager/buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ foss:
pre:
- rm additional_agent_*.go || true
- rm plugin_*.go || true
- go generate
- GOOS=linux GOARCH=amd64 go generate

64bit_linux:
os: linux
Expand All @@ -34,6 +34,11 @@ foss:
os: darwin
arch: amd64

64bit_windows:
output: choria-{{version}}-{{os}}-{{arch}}.exe
os: windows
arch: amd64

packages:
defaults:
name: choria
Expand Down

0 comments on commit 94ebcdc

Please sign in to comment.