forked from u-boot/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 3
45 lines (40 loc) · 1.03 KB
/
main.yml
File metadata and controls
45 lines (40 loc) · 1.03 KB
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
name: U-Boot CI
on:
workflow_dispatch:
pull_request:
push:
branches: [ "adi-u-boot-2025.10.y" ]
release:
types: [published]
permissions:
contents: read
jobs:
build_arm:
uses: analogdevicesinc/u-boot/.github/workflows/build-arm.yml@ci
with:
defconfig: ${{ matrix.defconfig }}
strategy:
matrix:
defconfig:
- 'sc594-som-ezkit-spl_defconfig'
build_aarch64:
uses: analogdevicesinc/u-boot/.github/workflows/build-aarch64.yml@ci
with:
defconfig: ${{ matrix.defconfig }}
strategy:
matrix:
defconfig:
- 'sc598-som-ezkit-spl_defconfig'
- 'xilinx_zynqmp_virt_defconfig'
check:
uses: analogdevicesinc/u-boot/.github/workflows/checks.yml@ci
with:
defconfigs: |
sc573-ezkit_defconfig
sc584-ezkit_defconfig
sc589-ezkit_defconfig
sc589-mini_defconfig
sc594-som-ezkit-spl_defconfig
sc594-som-ezlite-spl_defconfig
sc598-som-ezkit-spl_defconfig
sc598-som-ezlite-spl_defconfig