mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-06-25 22:53:20 +00:00
install the proper arch for systemd-boot
Signed-off-by: Itxaka <itxakaserrano@gmail.com>
This commit is contained in:
parent
fbe3874152
commit
db9c52985b
@ -25,9 +25,8 @@ RUN mkdir -p /etc/luet/
|
|||||||
RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml
|
RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml
|
||||||
|
|
||||||
## Uki artifacts, will be set under the /usr/kairos directory
|
## 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
|
|
||||||
# ukify + measure
|
# ukify + measure
|
||||||
RUN luet install -y system/systemd-ukify
|
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
|
# ukify deps that are not in the suse repos as packages. ukify package provides this so we have the exact versions needed
|
||||||
|
Loading…
Reference in New Issue
Block a user