Skip to content

Commit 78c76f2

Browse files
author
haobibo
committed
debug arch
1 parent 070980f commit 78c76f2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build-docker.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,12 @@ env:
2929
BUILD_MATRIX: '{"include":[{"arch":"amd64","runner":"ubuntu-latest"},{"arch":"arm64","runner":"ubuntu-latest"}]}'
3030

3131

32-
x-build-matrix: &build_matrix
33-
include:
34-
- {arch: amd64, runner: ubuntu-latest}
35-
- {arch: arm64, runner: ubuntu-latest}
36-
3732
jobs:
3833
job-base:
3934
name: 'atom,base,python-3.12'
40-
strategy: { matrix: *build_matrix }
35+
strategy:
36+
matrix:
37+
include: [{arch: amd64, runner: ubuntu-latest}, {arch: arm64, runner: ubuntu-latest}]
4138
runs-on: ${{ matrix.runner }}
4239
steps:
4340
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)