Skip to content

Commit 88b2d9e

Browse files
committed
Try using new crossbuild image
1 parent d924ebd commit 88b2d9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile.linux

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
FROM bording/crossbuild
12
ARG ARCH='amd64'
2-
FROM multiarch/ubuntu-core:${ARCH}-focal
3-
RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install build-essential cmake pkg-config
3+
ENV CROSS_TRIPLE=${ARCH}
4+
RUN apt update && apt -y install pkg-config
45

56
WORKDIR /nativebinaries
67
COPY . /nativebinaries/

0 commit comments

Comments
 (0)