From 94f556e90d171d220766e23080d28f819397a607 Mon Sep 17 00:00:00 2001
From: Olivier Benz <olivier.benz@b-data.ch>
Date: Tue, 10 Sep 2024 14:04:25 +0200
Subject: [PATCH] Update latest.Dockerfile

---
 latest.Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/latest.Dockerfile b/latest.Dockerfile
index 435b339..be34253 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -52,6 +52,9 @@ RUN cd /tmp \
   ## Configure and build
   && ./boot.source \
   && ./configure \
+    --build=$(uname -m)-alpine-linux \
+    --host=$(uname -m)-alpine-linux \
+    --target=$(uname -m)-alpine-linux \
   ## Use the LLVM backend
   ## Switch llvm-targets from unknown-linux-gnueabihf->alpine-linux
   ## so we can match the llvm vendor string alpine uses
-- 
GitLab