Fixes and tests. Untested Azure pipeline support.

This commit is contained in:
Andrew Wason
2024-03-05 18:24:02 -05:00
parent 452c85cd64
commit 1615782c25
7 changed files with 118 additions and 30 deletions

View File

@@ -53,3 +53,15 @@ jobs:
matrix: $[ dependencies.MatricesGenerator.outputs['mtrx.linux'] ]
steps:
- template: ci/steps.yml
- job: Linux ARM64
dependsOn: MatricesGenerator
pool:
vmImage: 'ubuntu-22.04'
container:
image: ubuntu:22.04
options: --platform linux/arm64
strategy:
matrix: $[ dependencies.MatricesGenerator.outputs['mtrx.linux_arm64'] ]
steps:
- template: ci/steps.yml