1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 16:25: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: jobs:
perl-job: perl-job:
runs-on: [self-hosted] runs-on: [self-hosted, ${{ matrix.architecture }}]
container: container:
image: perl:${{ matrix.perl-version }} image: perl:${{ matrix.perl-version }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
architecture:
- X64
- ARM
perl-version: perl-version:
- '5.32' - '5.32'
- 'latest' - 'latest'