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 dcda8c7 commit ef0a44eCopy full SHA for ef0a44e
.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile
@@ -81,7 +81,7 @@ RUN cd /tmp/runner/src && \
81
RUN mkdir -p /opt/runner && \
82
tar -xf /tmp/runner/_package/*.tar.gz -C /opt/runner && \
83
#chown -R runner:runner /opt/runner && \
84
- su -c "/opt/runner/config.sh --version" runner
+ su -c "/opt/runner/config.sh --version"
85
86
RUN rm -rf /tmp/runner /tmp/runner.patch
87
0 commit comments