-
Notifications
You must be signed in to change notification settings - Fork 5
41 lines (39 loc) · 1.25 KB
/
onpush.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
name: 'Build On Push'
on:
push:
paths:
- '**'
- '.github/configs/**'
- '!.github/scripts/**'
- '!.github/workflows/updatemachines.yaml'
jobs:
build-sunxi-orange-pi-3lts-scarthgap:
uses: ./.github/workflows/buildkas.yaml
with:
configs: .github/configs/release/sunxi-orange-pi-3lts-scarthgap.yaml
name: sunxi-orange-pi-3lts-scarthgap
secrets: inherit
build-sunxi-orange-pi-r1-scarthgap:
uses: ./.github/workflows/buildkas.yaml
with:
configs: .github/configs/release/sunxi-orange-pi-r1-scarthgap.yaml
name: sunxi-orange-pi-r1-scarthgap
secrets: inherit
build-sunxi-nanopi-r1-scarthgap:
uses: ./.github/workflows/buildkas.yaml
with:
configs: .github/configs/release/sunxi-nanopi-r1-scarthgap.yaml
name: sunxi-nanopi-r1-scarthgap
secrets: inherit
build-imx8qxp-mek-scarthgap:
uses: ./.github/workflows/buildkas.yaml
with:
configs: .github/configs/release/imx8qxp-mek-scarthgap.yaml
name: imx8qxp-mek-scarthgap
secrets: inherit
build-raspberrypi-armv8-scarthgap:
uses: ./.github/workflows/buildkas.yaml
with:
configs: .github/configs/release/raspberrypi-armv8-scarthgap.yaml
name: raspberrypi-armv8-scarthgap
secrets: inherit