Skip to content

Commit

Permalink
✨ Linux ARM testing and builds
Browse files Browse the repository at this point in the history
Fixes #2253
  • Loading branch information
joocer committed Jan 16, 2025
1 parent d322caa commit 63fa60a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/regression_suite_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@ jobs:
regression_matrix:
strategy:
max-parallel: 4
fail-fast: false
matrix:
python-version: ['3.11']
runs-on: raspberry
container:
# Runner docker image
image: ubuntu:22.04
python-version: ['3.10', '3.11', '3.12']
os: [ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}
steps:

- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }} x64
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-24.04-arm'
uses: buildjet/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 63fa60a

Please sign in to comment.