Skip to content

Commit

Permalink
Use Github arm runners for docker arm build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 17, 2025
1 parent c88fc05 commit 507c11c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 507c11c

Please sign in to comment.