Build shim only for amd64

This commit is contained in:
Ettore Di Giacinto
2022-09-19 15:03:49 +00:00
parent ae00795c3d
commit 9dca044487

View File

@@ -1,3 +1,5 @@
# This is only for amd64
{{ if eq .Values.arch "" }}
image: registry.opensuse.org/opensuse/leap:15.3
prelude:
@@ -9,4 +11,5 @@ includes:
- usr/share/efi/.*/*.efi
excludes:
# This is shipped by system/grub2-efi
- usr/share/efi/.*/grub.efi
- usr/share/efi/.*/grub.efi
{{end}}