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 c77ed1f commit 5c0edb1Copy full SHA for 5c0edb1
1 file changed
Dockerfile.linux
@@ -1,9 +1,9 @@
1
-FROM bording/crossbuild
+FROM kmturley/crossbuild
2
ARG ARCH='amd64'
3
ENV CROSS_TRIPLE=${ARCH}
4
RUN apt update && apt -y install pkg-config
5
6
WORKDIR /nativebinaries
7
COPY . /nativebinaries/
8
9
-CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
+CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments