Skip to content

Commit

Permalink
ci: switch to ubuntu-24.04-arm runners for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Jan 17, 2025
1 parent e09dd41 commit 65a2380
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
packages: write
strategy:
fail-fast: false
matrix:
include:
- arch: aarch64
runs-on: ubuntu-24.04-arm
BASEIMAGE: "quay.io/pypa/manylinux_2_28_aarch64@sha256:d6031c425606be1a43da89e4868ad0deada48ac6fe05e3a027b8fa95e4c007f3"
- arch: x86_64
runs-on: ubuntu-24.04
BASEIMAGE: "quay.io/pypa/manylinux_2_28_x86_64@sha256:078fda423323b8483cb8320ac6a0b7c3933d6c332e53225d077ff3186b3ce07e"
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- name: docker qemu multi-arch
if: matrix.arch != 'x86_64'
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset --persistent yes
- name: build image
run: |
docker build \
Expand Down

0 comments on commit 65a2380

Please # to comment.