https://github.com/google/cayley
Revision 5944606977a00df0520e4c21bb578c6cd9f90b3b authored by camazotz on 29 November 2017, 00:53:44 UTC, committed by camazotz on 29 November 2017, 00:53:44 UTC
1 parent 91d25e8
Raw File
Tip revision: 5944606977a00df0520e4c21bb578c6cd9f90b3b authored by camazotz on 29 November 2017, 00:53:44 UTC
Decoding to elasticstring
Tip revision: 5944606
.relego.yaml
build:
  - platform: src
  - platform: linux
    arch:
      - amd64
      - arm64
      - arm
      - "386"
  - platform: darwin
    arch:
      - "386"
      - amd64
  - platform: windows
    arch:
      - "386"
      - amd64
ld:
  versionPath: "github.com/cayleygraph/cayley/version.Version"
  buildDatePath: "github.com/cayleygraph/cayley/version.BuildDate"
  gitHashPath: "github.com/cayleygraph/cayley/version.GitHash"
mains:
  - "./cmd/cayley"
include:
  - README.md
  - LICENSE
  - AUTHORS
  - CONTRIBUTORS
  - docs
  - static
  - templates
  - cayley_example.yml
  - data
outputDir: "$GOPATH/bin"
back to top