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