Skip to content

Commit

Permalink
install the proper arch for systemd-boot
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <itxakaserrano@gmail.com>
  • Loading branch information
Itxaka committed Feb 21, 2024
1 parent fbe3874 commit db9c529
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ RUN mkdir -p /etc/luet/
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 --config /tmp/luet-amd64.yaml -y system/systemd-boot
RUN luet install --config /tmp/luet-arm64.yaml -y system/systemd-boot
RUN luet install -y system/systemd-boot

# ukify + measure
RUN luet install -y system/systemd-ukify
# ukify deps that are not in the suse repos as packages. ukify package provides this so we have the exact versions needed
Expand Down

0 comments on commit db9c529

Please sign in to comment.