We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe3874 commit db9c529Copy full SHA for db9c529
tools-image/Dockerfile
@@ -25,9 +25,8 @@ RUN mkdir -p /etc/luet/
25
RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml
26
27
## Uki artifacts, will be set under the /usr/kairos directory
28
-## We can install both arches, as the artifacts are named differently
29
-RUN luet install --config /tmp/luet-amd64.yaml -y system/systemd-boot
30
-RUN luet install --config /tmp/luet-arm64.yaml -y system/systemd-boot
+RUN luet install -y system/systemd-boot
+
31
# ukify + measure
32
RUN luet install -y system/systemd-ukify
33
# ukify deps that are not in the suse repos as packages. ukify package provides this so we have the exact versions needed
0 commit comments