From 0fe2ac6b9083119a4b74cfa200e8d723ebccad09 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 10 Sep 2023 09:30:47 +0000 Subject: [PATCH] debian packaging: make it work on non-x86_64 hosts (arm64 builder, specifically) --- packaging/deb/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/deb/Dockerfile b/packaging/deb/Dockerfile index f9fa18a..d88040b 100644 --- a/packaging/deb/Dockerfile +++ b/packaging/deb/Dockerfile @@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y \ dh-exec \ binutils-aarch64-linux-gnu \ binutils-arm-linux-gnueabihf \ - binutils-i686-linux-gnu + binutils-i686-linux-gnu \ + binutils-x86-64-linux-gnu RUN mkdir -p /build/src && chmod -R 0777 /build