-
Notifications
You must be signed in to change notification settings - Fork 19
60 lines (48 loc) · 1.08 KB
/
presubmit-build.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
on:
pull_request:
permissions:
contents: read # Needed to clone the repo
jobs:
alpine-base:
uses: ./.github/workflows/.build.yaml
with:
image: alpine-base
apko:
uses: ./.github/workflows/.build.yaml
with:
image: apko
melange-config: configs/latest.melange.yaml
gcc-musl:
uses: ./.github/workflows/.build.yaml
with:
image: gcc-musl
melange:
uses: ./.github/workflows/.build.yaml
with:
image: melange
melange-config: configs/latest.melange.yaml
musl-dynamic:
uses: ./.github/workflows/.build.yaml
with:
image: musl-dynamic
sdk:
uses: ./.github/workflows/.build.yaml
with:
image: sdk
melange-config: configs/latest.melange.yaml
wolfictl:
uses: ./.github/workflows/.build.yaml
with:
image: wolfictl
static-alpine:
uses: ./.github/workflows/.build.yaml
with:
image: static
git-alpine:
uses: ./.github/workflows/.build.yaml
with:
image: git
busybox-alpine:
uses: ./.github/workflows/.build.yaml
with:
image: busybox