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 a277fa8 commit ddf0d4dCopy full SHA for ddf0d4d
.github/workflows/Dockerfile.ppc64le
@@ -20,7 +20,7 @@ COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh
20
RUN chmod +x /ppc64le-build.sh
21
22
# Verify permissions and ensure Unix line endings
23
-RUN sed -i 's/\r$//' /ppc64le-build.sh && ls -l /ppc64le-build.sh
+RUN dos2unix /ppc64le-build.sh || sed -i 's/\r$//' /ppc64le-build.sh
24
25
# Use CMD to run the script
26
CMD ["/ppc64le-build.sh"]
0 commit comments