Skip to content

Commit

Permalink
feat(ci): use native build for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 20, 2025
1 parent 6f20f4e commit e5bc124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: docker buildx build $(.github/bin/get-buildx-args)

buildx:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
name: Build, ${{ matrix.architecture }}
strategy:
matrix:
Expand All @@ -43,6 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
if: matrix.architecture != 'linux/arm64'
uses: docker/setup-qemu-action@v3.3.0
with:
platforms: ${{ matrix.architecture }}
Expand Down

0 comments on commit e5bc124

Please # to comment.