File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build_prepare :
10
10
name : Prepare build
11
- runs-on : ${{ matrix.os }}
12
- strategy :
13
- matrix :
14
- os : [ubuntu-22.04, macos-14]
15
11
outputs :
16
12
version : ${{ steps.version.outputs.version }}
17
13
channel : ${{ steps.version.outputs.channel }}
54
50
path : ./project-chip
55
51
- name : Checkout submodules
56
52
working-directory : ./project-chip
57
- run : scripts/checkout_submodules.py --shallow --platform linux
53
+ run : scripts/checkout_submodules.py --shallow --platform linux --platform darwin
58
54
- name : Apply patches
59
55
working-directory : ./project-chip
60
56
run : |
@@ -85,12 +81,15 @@ jobs:
85
81
strategy :
86
82
matrix :
87
83
arch :
88
- - name : x86_64
84
+ - name : linux- x86_64
89
85
container : ghcr.io/project-chip/chip-build:1
90
86
runner : ubuntu-22.04
91
- - name : aarch64
87
+ - name : linux- aarch64
92
88
container : docker.io/agners/aarch64-chip-build:1
93
89
runner : ARM64
90
+ - name : macos-aarch64
91
+ container : ghcr.io/project-chip/chip-build:1
92
+ runner : macos-14
94
93
95
94
runs-on : ${{ matrix.arch.runner }}
96
95
permissions :
You can’t perform that action at this time.
0 commit comments