Skip to content

Commit 587c9c3

Browse files
authored
Update push-image.yml
1 parent d157fde commit 587c9c3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/push-image.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ env:
1919

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

0 commit comments

Comments
 (0)