Skip to content

Commit

Permalink
Merge pull request #555 from barakmich/releng
Browse files Browse the repository at this point in the history
Switch release tooling from goxc to relego
  • Loading branch information
barakmich authored Apr 12, 2017
2 parents 82eb692 + 3c18a7e commit c334670
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .goxc.json

This file was deleted.

33 changes: 33 additions & 0 deletions .relego.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
build:
- platform: src
- platform: linux
arch:
- amd64
- arm64
- arm
- "386"
- platform: darwin
arch:
- "386"
- amd64
- platform: windows
arch:
- "386"
- amd64
ld:
versionPath: "main.Version"
buildDatePath: "main.BuildDate"
mains:
- "./cmd/cayley"
- "./cmd/cayleyupgrade"
include:
- README.md
- LICENSE
- AUTHORS
- CONTRIBUTORS
- docs
- static
- templates
- cayley.cfg.example
- data
outputDir: "$GOPATH/bin"
2 changes: 1 addition & 1 deletion glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c334670

Please sign in to comment.