We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5729aa commit 38013d7Copy full SHA for 38013d7
.github/workflows/build.yml
@@ -50,14 +50,13 @@ jobs:
50
hostArch: amd64
51
hostDistro: azl3
52
53
- # ARM64 images aren't available in MCR yet.
54
- # tests-functional-azl3-arm64:
55
- # name: Functional tests AZL3 ARM64
56
- # if: ${{ inputs.runFunctionalTests }}
57
- # uses: ./.github/workflows/tests-functional.yml
58
- # with:
59
- # hostArch: arm64
60
- # hostDistro: azl3
+ tests-functional-azl3-arm64:
+ name: Functional tests AZL3 ARM64
+ if: ${{ inputs.runFunctionalTests }}
+ uses: ./.github/workflows/tests-functional.yml
+ with:
+ hostArch: arm64
+ hostDistro: azl3
61
62
tests-functional-ubuntu2404-amd64:
63
name: Functional tests Ubuntu24.04 AMD64
0 commit comments