-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathdgraph.yaml
52 lines (45 loc) · 1009 Bytes
/
dgraph.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
package:
name: dgraph
version: "24.1.0"
epoch: 1
description: A distributed graph database
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- curl
- go
- jemalloc-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/dgraph-io/dgraph
tag: v${{package.version}}
expected-commit: 129003b806868fb1f4974fe48c8a866cdcddf7d7
- uses: go/bump
with:
deps: |-
github.com/go-jose/go-jose/v4@v4.0.5
golang.org/x/crypto@v0.35.0
golang.org/x/net@v0.36.0
- runs: |
make install_oss
mkdir -p ${{targets.destdir}}/usr/bin
mv $(go env GOPATH)/bin/dgraph ${{targets.destdir}}/usr/bin
- uses: strip
update:
enabled: true
github:
identifier: dgraph-io/dgraph
strip-prefix: v
tag-filter: v
test:
pipeline:
# AUTOGENERATED
- runs: |
dgraph --help
dgraph version