Skip to content

Commit

Permalink
Switch release tooling from goxc to relego, update the Bolt dependenc…
Browse files Browse the repository at this point in the history
…y, support arm64
  • Loading branch information
barakmich committed Apr 12, 2017
1 parent 82eb692 commit 3c18a7e
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 3c18a7e

Please sign in to comment.