-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhydrapp.yaml
81 lines (81 loc) · 1.82 KB
/
hydrapp.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
app:
id: io.loopholelabs.latensee
name: LatenSee
summary: Redis/Valkey latency visualizer
description: A Redis/Valkey latency visualization tool.
license: Apache-2.0
homepage: https://github.com/loopholelabs/latensee
git: https://github.com/loopholelabs/latensee.git
baseurl: https://loopholelabs.github.io/latensee/
go:
main: .
flags: ""
generate: go generate ./...
tests: go test ./...
img: ghcr.io/pojntfx/hydrapp-build-tests:main
releases:
- version: 0.0.2
date: 2024-08-26T15:00:00+01:00
description: Maintenance updates to match the state of the art of hydrapp apps
author: Felicitas Pojtinger
email: [email protected]
- version: 0.0.1
date: 2024-05-08T13:24:06.07733611-07:00
description: Initial release
author: Felicitas Pojtinger
email: [email protected]
deb:
- path: deb/debian/sid/x86_64
os: debian
distro: sid
mirrorsite: http://http.us.debian.org/debian
components:
- main
- contrib
debootstrapopts: ""
architecture: amd64
packages: []
- path: deb/debian/sid/aarch64
os: debian
distro: sid
mirrorsite: http://http.us.debian.org/debian
components:
- main
- contrib
debootstrapopts: ""
architecture: arm64
packages: []
dmg:
path: dmg
packages: []
flatpak:
- path: flatpak/x86_64
architecture: amd64
packages: []
- path: flatpak/aarch64
architecture: arm64
packages: []
msi:
- path: msi/x86_64
architecture: amd64
include: ^\\b$
packages: []
rpm:
- path: rpm/fedora/41/x86_64
trailer: fc41
distro: fedora-41
architecture: amd64
packages: []
- path: rpm/fedora/41/aarch64
trailer: fc41
distro: fedora-41
architecture: arm64
packages: []
apk:
path: apk
binaries:
path: binaries
exclude: (android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/riscv64|wasip1/wasm|js/wasm|openbsd/mips64)
packages: []
docs:
path: docs