We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d924ebd commit 88b2d9eCopy full SHA for 88b2d9e
Dockerfile.linux
@@ -1,6 +1,7 @@
1
+FROM bording/crossbuild
2
ARG ARCH='amd64'
-FROM multiarch/ubuntu-core:${ARCH}-focal
3
-RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install build-essential cmake pkg-config
+ENV CROSS_TRIPLE=${ARCH}
4
+RUN apt update && apt -y install pkg-config
5
6
WORKDIR /nativebinaries
7
COPY . /nativebinaries/
0 commit comments