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 a613fd4 commit addc92bCopy full SHA for addc92b
.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile
@@ -102,6 +102,6 @@ RUN rm -rf /tmp/runner /tmp/runner.patch
102
103
USER runner
104
105
+ENTRYPOINT ["/usr/bin/entrypoint"]
106
+CMD ["/usr/bin/actions-runner"]
107
-# Download and extract GitHub Actions Runner
-#RUN curl -L https://github.com/actions/runner/releases/download/v2.317.0/actions-runner-linux-x64-2.317.0.tar.gz | tar -xz
.github/scripts/ppc64le/self-hosted-builder/fs/usr/bin/actions-runner
@@ -27,6 +27,8 @@ unset ACCESS_TOKEN
27
# it does one job, stops and unregisters
28
registration_token=$(jq --raw-output .token "$token_file")
29
30
+cd /opt/runner
31
+
32
./config.sh \
33
--unattended \
34
--ephemeral \
0 commit comments