mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-13 13:47:05 +00:00
🐛 typo fixup
This commit is contained in:
parent
7d13179670
commit
758c5481cc
@ -1,7 +1,7 @@
|
||||
|
||||
image: {{.Values.image}}
|
||||
|
||||
{{if eq .Values.image "opensuse"}}
|
||||
{{if eq .Values.distribution "opensuse"}}
|
||||
{{ if eq .Values.arch "arm64" }}
|
||||
prelude:
|
||||
- zypper in -y grub2-arm64-efi grub2
|
||||
@ -15,12 +15,10 @@ prelude:
|
||||
|
||||
steps:
|
||||
- mkdir /grub-artifacts
|
||||
{{if .Values.distribution}}
|
||||
{{if eq .Values.distribution "opensuse"}}
|
||||
{{if eq .Values.distribution "opensuse"}}
|
||||
- cp -rf /usr/share/grub2/* /grub-artifacts
|
||||
{{else}}
|
||||
{{else}}
|
||||
- cp -rfL /usr/lib/grub/* /grub-artifacts
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
package_dir: /grub-artifacts
|
Loading…
Reference in New Issue
Block a user