Skip to content

Commit

Permalink
feat: Run arm64 builds on arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav committed Aug 14, 2024
1 parent ebd46e1 commit 4940138
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
include:
- platform: linux/amd64
runner: ubuntu-latest
- platform: linux/arm64
runner: arm-ubuntu-latest-8core
runs-on: ${{ matrix.runner }}
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 4940138

Please sign in to comment.