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 62e498f commit 7f9bb2aCopy full SHA for 7f9bb2a
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -45,11 +45,11 @@ COPY fs/ /
45
RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
46
47
48
-# Install Golang
49
-RUN apt-get update && apt-get install -y \
50
- golang-go \
51
- && apt-get clean
52
-
+RUN curl -LO https://golang.org/dl/go1.21.1.linux-ppc64le.tar.gz && \
+tar -C /usr/local -xzf go1.21.1.linux-ppc64le.tar.gz && \
+export PATH=$PATH:/usr/local/go/bin &&\
+go version
+
53
# install podman
54
# Add Podman repository and install Podman
55
0 commit comments