Skip to content

Commit

Permalink
Fixed test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
axelfontaine committed Feb 8, 2025
1 parent f88b37b commit eb28801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-ubuntu-24.04-arm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN grep -rl --include="*.ps1" --include="*.sh" 'x86_64' . | xargs sed -i 's/x86
RUN grep -rl --include="*.ps1" --include="*.sh" --include="*.json" 'x64' . | xargs sed -i 's/x64/arm64/g'

# Skip tests due to lack of powershell on Linux arm64
RUN grep -rl --include="*.sh" 'invoke_tests' . | xargs sed -i 's,invoke_tests,#invoke_tests,g'
RUN grep -rl --include="*.sh" 'invoke_tests' . | xargs sed -i 's,invoke_tests,echo Skipping tests #invoke_tests,g'

ARG PATH_ROOT=runner-images-$ImageOS-${RUNNER_IMAGE_VERSION}/images/ubuntu/templates
RUN chmod +x ${PATH_ROOT}/../scripts/build/*.sh
Expand Down

0 comments on commit eb28801

Please sign in to comment.