Skip to content

Commit 9c85547

Browse files
dockerfile
1 parent 5de9b37 commit 9c85547

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,15 @@ RUN rm -rf /tmp/runner /tmp/runner.patch
8989
COPY fs/ /
9090
RUN chmod 777 /usr/bin/actions-runner /usr/bin/entrypoint
9191

92+
COPY --chown=actions-runner:actions-runner manywheel-ppc64le.tar /home/actions-runner/manywheel-ppc64le.tar
93+
94+
9295
# Switch to the runner user
9396
USER runner
9497

9598
# Set working directory
9699
WORKDIR /opt/runner
97100

98-
COPY --chown=actions-runner:actions-runner manywheel-ppc64le.tar /home/actions-runner/manywheel-ppc64le.tar
99101
# Define entry point and command
100102
ENTRYPOINT ["/usr/bin/entrypoint"]
101103
CMD ["/usr/bin/actions-runner"]

0 commit comments

Comments
 (0)