Disable package for arm

This commit is contained in:
Ettore Di Giacinto 2022-09-21 15:00:01 +00:00
parent 61effffbb0
commit 81d7473481

View File

@ -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" image: "opensuse/leap:15.3"
prelude: prelude:
@ -48,3 +49,4 @@ steps:
{{end}} {{end}}
- cp config/grub_live_efi.cfg /EFI/BOOT/grub.cfg - cp config/grub_live_efi.cfg /EFI/BOOT/grub.cfg
{{end}} {{end}}
{{ end }}