Fix artifacts package (#1290)

This commit is contained in:
Itxaka 2025-02-25 15:33:02 +01:00 committed by GitHub
parent 1cb07bde8d
commit dbe0c883a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ prelude:
{{end}}
steps:
- mkdir /grub-artifacts
- mkdir -p /grub-artifacts/grub2
- mkdir -p /grub-artifacts/EFI/BOOT
- cp -rf /usr/share/grub2/* /grub-artifacts
- cp -rf /usr/share/grub2/* /grub-artifacts/grub2
{{ if .Values.arch }}
{{ if eq .Values.arch "arm64" }}
- cp /usr/share/grub2/arm64-efi/grub.efi /grub-artifacts/EFI/BOOT/grub.efi
@ -24,4 +24,4 @@ steps:
{{ end }}
{{end}}
package_dir: /grub-artifacts
package_dir: /grub-artifacts

View File

@ -1,5 +1,5 @@
name: "grub-artifacts"
category: "static"
version: "0.3"
version: "0.4.0"
distribution: opensuse
image: opensuse/tumbleweed