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 78585ab commit 37ad5f9Copy full SHA for 37ad5f9
.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile
@@ -89,7 +89,7 @@ RUN rm -rf /tmp/runner /tmp/runner.patch
89
COPY fs/ /
90
RUN chmod 777 /usr/bin/actions-runner /usr/bin/entrypoint
91
92
-COPY --chown=runner/runner manywheel-ppc64le.tar /home/actions-runner/manywheel-ppc64le.tar
+COPY --chown=runner/runner ~/manywheel-ppc64le.tar /home/actions-runner/manywheel-ppc64le.tar
93
94
95
# Switch to the runner user
0 commit comments