https://github.com/google/cayley
Revision cf8bb13bb93d39ba87e6fe5b649788bf1ef7c522 authored by Denys Smirnov on 23 April 2018, 14:53:44 UTC, committed by Denys Smirnov on 23 April 2018, 14:53:44 UTC
1 parent 29e8664
Raw File
Tip revision: cf8bb13bb93d39ba87e6fe5b649788bf1ef7c522 authored by Denys Smirnov on 23 April 2018, 14:53:44 UTC
elastic: support v6; fix #711
Tip revision: cf8bb13
.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