mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 00:45:43 -04:00
try to add the new raspberry pi into the mix
This commit is contained in:
parent
c7496d198d
commit
4e5414f8ed
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue