Skip to content

Commit

Permalink
try m1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed May 2, 2024
1 parent 47d5959 commit ce9c3f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package-plv8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ jobs:
include:
- runner: ubuntu-22.04
arch: amd64
- runner: arm-runner
- runner: macos-14
arch: arm64
runs-on: ${{ matrix.runner }}
timeout-minutes: 180
outputs:
image_digest: ${{ steps.build.outputs.digest }}
steps:
- run: brew install docker colima && colima start
if: ${{ matrix.runner == 'macos-14' }}
- run: docker context create builders
- uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit ce9c3f6

Please sign in to comment.