Skip to content

Commit db9c529

Browse files
authored
install the proper arch for systemd-boot
Signed-off-by: Itxaka <[email protected]>
1 parent fbe3874 commit db9c529

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools-image/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ RUN mkdir -p /etc/luet/
2525
RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml
2626

2727
## 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
28+
RUN luet install -y system/systemd-boot
29+
3130
# ukify + measure
3231
RUN luet install -y system/systemd-ukify
3332
# 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

Comments
 (0)