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 0838cdc commit d9934adCopy full SHA for d9934ad
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -56,6 +56,12 @@ RUN apt-get update && apt-get install -y \
56
virtualenv && \
57
apt-get clean && rm -rf /var/lib/apt/lists/*
58
59
+# amd64 dependencies.
60
+COPY --from=ld-prefix / /usr/x86_64-linux-gnu/
61
+RUN ln -fs ../lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 /usr/x86_64-linux-gnu/lib64/
62
+RUN ln -fs /etc/resolv.conf /usr/x86_64-linux-gnu/etc/
63
+ENV QEMU_LD_PREFIX=/usr/x86_64-linux-gnu
64
+
65
# Set up Python virtual environment
66
RUN virtualenv --system-site-packages venv
67
0 commit comments