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 ebbe8e5 commit 6dffd08Copy full SHA for 6dffd08
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -85,9 +85,9 @@ COPY fs/ /
85
RUN chmod 777 /usr/bin/actions-runner /usr/bin/entrypoint
86
87
# Configure GitHub Actions Runner for amd64
88
-RUN useradd -m actions-runner
89
-USER actions-runner
90
-WORKDIR /home/actions-runner
+#RUN useradd -m actions-runner
+#USER actions-runner
+#WORKDIR /home/actions-runner
91
92
# Set up Python virtual environment
93
RUN virtualenv --system-site-packages venv
0 commit comments