mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
Fixes and tests. Untested Azure pipeline support.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user