diff --git a/packages/livecd/grub2/build.yaml b/packages/livecd/grub2/build.yaml index 911b40e..d52c397 100644 --- a/packages/livecd/grub2/build.yaml +++ b/packages/livecd/grub2/build.yaml @@ -1,3 +1,4 @@ +{{ if eq .Values.arch "x86_64" }} # This makes the package available only on amd64 for now image: "opensuse/leap:15.3" prelude: @@ -47,4 +48,5 @@ steps: {{end}} {{end}} - cp config/grub_live_efi.cfg /EFI/BOOT/grub.cfg -{{end}} \ No newline at end of file +{{end}} +{{ end }} \ No newline at end of file