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 1d842c5 commit 30dd32eCopy full SHA for 30dd32e
.github/workflows/docker.yml
@@ -81,6 +81,10 @@ jobs:
81
with:
82
cache-name: ${{ inputs.galaxy_cache }}
83
84
+ - name: Install required tools for arm runners
85
+ uses: Alfresco/alfresco-build-tools/.github/actions/install-ubuntu-default-tools@16272633584df58ea603112c4aac4564c8673cd6 # v8.9.0
86
+ if: contains(inputs.runner, '-arm')
87
+
88
- name: Run tests
89
env:
90
MOLECULE_ROLE_IMAGE: ${{ inputs.os_distribution }}
0 commit comments