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 22b8444 commit ad44e86
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: inputs.architecture != 'linux/amd64' && inputs.architecture != 'linux/arm64'
uses: docker/[email protected]
with:
platforms: ${{ matrix.architecture }}
Expand Down

0 comments on commit ad44e86

Please sign in to comment.