We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 518e8f2 + 3a34887 commit a549b5eCopy full SHA for a549b5e
tools-image/Dockerfile
@@ -26,13 +26,13 @@ RUN zypper ref && zypper in -y bc qemu-tools jq cdrtools docker git curl gptfdis
26
COPY --from=luet /usr/bin/luet /usr/bin/luet
27
ENV LUET_NOLOCK=true
28
ENV TMPDIR=/tmp
29
-ARG BUILDARCH
+ARG TARGETARCH
30
# copy both arches
31
COPY luet-arm64.yaml /tmp/luet-arm64.yaml
32
COPY luet-amd64.yaml /tmp/luet-amd64.yaml
33
# Set the default luet config to the current build arch
34
RUN mkdir -p /etc/luet/
35
-RUN cp /tmp/luet-${BUILDARCH}.yaml /etc/luet/luet.yaml
+RUN cp /tmp/luet-${TARGETARCH}.yaml /etc/luet/luet.yaml
36
37
## Live CD artifacts
38
RUN luet install -y livecd/grub2 --system-target /grub2
0 commit comments