From f43a51010b3c84b1e9526d167401fc9ac07c556a Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Fri, 24 Jan 2025 23:57:36 +0000 Subject: [PATCH] Use Github arm runners for docker arm build tests (#6717) --- .github/workflows/docker.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 60b139f298..84eb1b8036 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -62,17 +62,11 @@ jobs: images: ${{ needs.build.outputs.images }} registry: ghcr.io - # IMPORTANT: To save arm64 runners resources, - # we run the test only when pushing to main. - # We also only test the aiida-core-dev image. test-arm64: needs: build - if: >- - github.repository == 'aiidateam/aiida-core' - && (github.ref_type == 'tag' || github.ref_name == 'main') uses: ./.github/workflows/docker-test.yml with: - runsOn: buildjet-4vcpu-ubuntu-2204-arm + runsOn: ubuntu-22.04-arm images: ${{ needs.build.outputs.images }} target: aiida-core-dev