From 9fc67363a9f044bcfd5ab4a2a115bb10386508fa Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Sat, 15 Jun 2024 11:50:14 +0200 Subject: [PATCH] as long as PR is not committed this still uses the old workflow --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 7f6c024e5e..703fc8d145 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -727,7 +727,7 @@ jobs: needs: [ check-permissions, build-build-tools-image, tag ] strategy: matrix: - arch: [ x64 ] + arch: [ x64, arm64 ] runs-on: ${{ fromJson(format('["self-hosted", "gen3", "{0}"]', matrix.arch == 'arm64' && 'large-arm64' || 'large')) }}