forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dgraph.yaml
50 lines (43 loc) · 951 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
package:
name: dgraph
version: 24.0.5
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
- openssf-compiler-options
pipeline:
- uses: git-checkout
with:
repository: https://github.com/dgraph-io/dgraph
tag: v${{package.version}}
expected-commit: 27450c1a0bf1147e3afa14a6b9d146c690754469
- uses: go/bump
with:
deps: golang.org/x/[email protected]
- 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