From c0fc19b34520644ead1e1382b0c0b57b75f64fe5 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 16 Feb 2024 16:52:57 +0100 Subject: [PATCH] Update tools-image/Dockerfile Co-authored-by: Mauro Morales Signed-off-by: Itxaka --- tools-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-image/Dockerfile b/tools-image/Dockerfile index 7eddef0..704667c 100644 --- a/tools-image/Dockerfile +++ b/tools-image/Dockerfile @@ -28,7 +28,7 @@ RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml ## Uki artifacts, will be set under the /usr/kairos directory ## We can install both arches, as the artifacts are named differently -RUN luet install -y system/systemd-boot +RUN luet install --config /tmp/luet-amd64.yaml -y system/systemd-boot RUN luet install --config /tmp/luet-arm64.yaml -y system/systemd-boot ## Live CD artifacts