Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #149 from kairos-io/fix_luet_arches
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Aug 1, 2024
2 parents f0cefae + 4e0dc37 commit e9c8604
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ COPY luet-amd64.yaml /tmp/luet-amd64.yaml
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

RUN dnf install -y binutils mtools efitools shim openssl dosfstools xorriso rsync

Expand Down

0 comments on commit e9c8604

Please sign in to comment.