1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:35:41 -04:00

try to add the new raspberry pi into the mix

This commit is contained in:
Ryan Voots 2020-10-29 19:41:41 -07:00
parent c7496d198d
commit 4e5414f8ed

View file

@ -4,12 +4,15 @@ on: [push]
jobs:
perl-job:
runs-on: [self-hosted]
runs-on: [self-hosted, ${{ matrix.architecture }}]
container:
image: perl:${{ matrix.perl-version }}
strategy:
fail-fast: false
matrix:
architecture:
- X64
- ARM
perl-version:
- '5.32'
- 'latest'