Skip to content

Commit ace6ca4

Browse files
committed
Update push-image.yml
Signed-off-by: Yukai Huang <[email protected]>
1 parent d157fde commit ace6ca4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/push-image.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ env:
1919

2020
jobs:
2121
build:
22-
runs-on: ubuntu-latest
2322
strategy:
2423
fail-fast: false
2524
matrix:
26-
platform:
27-
- linux/amd64
28-
- linux/arm64
25+
include:
26+
- os: ubuntu-latest
27+
platform: linux/amd64
28+
- os: macos-14
29+
platform: linux/arm64
30+
runs-on: ${{ matrix.os }}
2931
steps:
3032
-
3133
name: Prepare

0 commit comments

Comments
 (0)