mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-08-20 18:04:13 -05:00
Start testing on Ubuntu ARM64
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user