Start testing on Ubuntu ARM64
Some checks failed
Test scripts and build Docker images / build-test (ubuntu-24.04-arm) (push) Has been cancelled
Test scripts and build Docker images / build-test (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Matthew Lopez 2025-01-16 18:56:22 -05:00 committed by GitHub
parent a9fea72517
commit 4efc8d095c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,12 @@ on:
jobs:
build-test:
runs-on: ubuntu-latest
strategy:
matrix:
runner:
- ubuntu-latest
- ubuntu-24.04-arm
runs-on: ${{ matrix.runner }}
env:
TERM: xterm
steps: