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 813d07b commit de01effCopy full SHA for de01eff
.github/workflows/module_acceptance.yml
@@ -110,13 +110,14 @@ jobs:
110
echo ::endgroup::
111
112
- name: "Provision environment"
113
+ env:
114
+ DOCKER_DEFAULT_PLATFORM: linux/amd64
115
run: |
116
if [[ "${{ inputs.kernel_modules }}" == "true" ]] && [[ "${{matrix.platforms.provider}}" =~ docker* ]] ; then
117
DOCKER_RUN_OPTS="docker_run_opts: {'--volume': '/lib/modules/$(uname -r):/lib/modules/$(uname -r)'}"
118
else
119
DOCKER_RUN_OPTS=''
120
fi
- export DOCKER_DEFAULT_PLATFORM=linux/amd64
121
bundle exec rake "litmus:provision[${{matrix.platforms.provider}},${{ matrix.platforms.image }},$DOCKER_RUN_OPTS]"
122
# Redact password
123
FILE='spec/fixtures/litmus_inventory.yaml'
0 commit comments