Skip to content

Commit 38013d7

Browse files
authored
Enable ARM64 functional tests. (#344)
1 parent f5729aa commit 38013d7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ jobs:
5050
hostArch: amd64
5151
hostDistro: azl3
5252

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
53+
tests-functional-azl3-arm64:
54+
name: Functional tests AZL3 ARM64
55+
if: ${{ inputs.runFunctionalTests }}
56+
uses: ./.github/workflows/tests-functional.yml
57+
with:
58+
hostArch: arm64
59+
hostDistro: azl3
6160

6261
tests-functional-ubuntu2404-amd64:
6362
name: Functional tests Ubuntu24.04 AMD64

0 commit comments

Comments
 (0)