diff --git a/.github/workflows/push-image.yml b/.github/workflows/push-image.yml index 0d46e9e88..cf3c84cbb 100644 --- a/.github/workflows/push-image.yml +++ b/.github/workflows/push-image.yml @@ -19,13 +19,14 @@ 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