multi-arch tests

This commit is contained in:
techknowlogick 2023-04-14 17:38:19 -04:00
parent 7a6c51815f
commit bb2938472b
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ on:
jobs:
check-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, arm-ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: install tools