Skip to content

Commit

Permalink
Update push-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
  • Loading branch information
Yukaii committed Feb 1, 2024
1 parent d157fde commit ace6ca4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ env:

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
include:
- os: ubuntu-latest
platform: linux/amd64
- os: macos-14
platform: linux/arm64
runs-on: ${{ matrix.os }}
steps:
-
name: Prepare
Expand Down

0 comments on commit ace6ca4

Please sign in to comment.