mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-24 07:16:59 -05:00
Start testing on Ubuntu ARM64
This commit is contained in:
parent
a9fea72517
commit
4efc8d095c
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,12 @@ on:
|
|||
|
||||
jobs:
|
||||
build-test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
runner:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
runs-on: ${{ matrix.runner }}
|
||||
env:
|
||||
TERM: xterm
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user