mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:35:40 -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:
|
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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue