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 5de9b37 commit 9c85547Copy full SHA for 9c85547
.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile
@@ -89,13 +89,15 @@ 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=actions-runner:actions-runner manywheel-ppc64le.tar /home/actions-runner/manywheel-ppc64le.tar
93
+
94
95
# Switch to the runner user
96
USER runner
97
98
# Set working directory
99
WORKDIR /opt/runner
100
-COPY --chown=actions-runner:actions-runner manywheel-ppc64le.tar /home/actions-runner/manywheel-ppc64le.tar
101
# Define entry point and command
102
ENTRYPOINT ["/usr/bin/entrypoint"]
103
CMD ["/usr/bin/actions-runner"]
0 commit comments