blob: 43b326c7a2f5a49e28de7649199130f8ff8f2151 (
plain)
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
|
defaultBaseImage: cgr.dev/chainguard/static
defaultPlatforms:
- linux/arm64
- linux/amd64
builds:
- &base
id: reverseproxyd
main: ./cmd/reverseproxyd
ldflags:
- -s -w
- -extldflags "-static"
- -X within.website/x.Version={{.Env.VERSION}}
- <<: *base
id: relayd
main: ./cmd/relayd
- <<: *base
id: quickserv
main: ./cmd/quickserv
- <<: *base
id: amano
main: ./cmd/amano
- <<: *base
id: aerial
main: ./cmd/aerial
- <<: *base
id: aura
main: ./cmd/aura
- <<: *base
id: future-sight
main: ./cmd/future-sight
- <<: *base
id: stickers
main: ./cmd/stickers
- <<: *base
id: httpdebug
main: ./cmd/httpdebug
- <<: *base
id: uncle-ted
main: ./cmd/uncle-ted
- <<: *base
id: within.website
main: ./cmd/within.website
- <<: *base
id: sapientwindex
main: ./cmd/sapientwindex
|