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 1612c73 commit 26240d2Copy full SHA for 26240d2
Cross.toml
@@ -0,0 +1,2 @@
1
+[target.s390x-unknown-linux-gnu]
2
+image = "cross-rs-gitoxide/s390x-unknown-linux-gnu"
etc/docker/Dockerfile.test-cross-s390x
@@ -0,0 +1,11 @@
+FROM ghcr.io/cross-rs/s390x-unknown-linux-gnu:latest
+
3
+RUN apt-get update && \
4
+ apt-get install apt-transport-https && \
5
+ echo 'deb https://ppa.launchpadcontent.net/git-core/ppa/ubuntu xenial main' > \
6
+ /etc/apt/sources.list.d/git-core-ubuntu-ppa-xenial.list && \
7
+ apt-key adv --keyserver keyserver.ubuntu.com \
8
+ --recv-keys F911AB184317630C59970973E363C90F8F1B6217 && \
9
+ apt-get update && \
10
+ apt-get install --no-install-recommends -y git && \
11
+ rm -rf /var/lib/apt/lists/*
0 commit comments