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 57a826b commit 14a1589Copy full SHA for 14a1589
.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile
@@ -75,7 +75,13 @@ RUN git clone -q ${RUNNERREPO} /tmp/runner && \
75
mkdir -p /opt/runner && \
76
tar -xf /tmp/runner/_package/*.tar.gz -C /opt/runner && \
77
chown -R runner:runner /opt/runner && \
78
- rm -rf /tmp/runner /tmp/runner.patch /root/.dotnet /root/.nuget
+ su -c "/opt/runner/config.sh --version" runner && \
79
+ rm -rf /root/.dotnet /root/.nuget
80
+
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
85
86
# Copy custom scripts and set permissions
87
COPY fs/ /
0 commit comments