mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-23 02:06:50 +00:00
Fix arch in build template
This commit is contained in:
parent
90b4573442
commit
b70960d454
@ -1,4 +1,4 @@
|
|||||||
image: "{{.Values.image}}:{{.Values.version}}"
|
image: "{{.Values.image}}:{{.Values.image_tag}}"
|
||||||
excludes:
|
excludes:
|
||||||
- ^/boot/grub2
|
- ^/boot/grub2
|
||||||
- ^/boot/initrd
|
- ^/boot/initrd
|
||||||
@ -14,7 +14,7 @@ steps:
|
|||||||
- zypper in -y --no-recommends {{.Values.packages}}
|
- zypper in -y --no-recommends {{.Values.packages}}
|
||||||
- zypper cc
|
- zypper cc
|
||||||
{{ if .Values.arch }}
|
{{ if .Values.arch }}
|
||||||
{{ if eq .Values.arch "aarch64" }}
|
{{ if eq .Values.arch "arm64" }}
|
||||||
# aarch64 has an uncompressed kernel so we need to link it to vmlinuz
|
# aarch64 has an uncompressed kernel so we need to link it to vmlinuz
|
||||||
- |
|
- |
|
||||||
kernel=$(ls /boot/Image-* | head -n1) && \
|
kernel=$(ls /boot/Image-* | head -n1) && \
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
packages:
|
packages:
|
||||||
- category: "distro-kernels"
|
- category: "distro-kernels"
|
||||||
name: "opensuse"
|
name: "opensuse"
|
||||||
version: "15.4"
|
version: "15.4+1"
|
||||||
|
image_tag: "15.4"
|
||||||
image: "opensuse/leap"
|
image: "opensuse/leap"
|
||||||
distribution: "opensuse"
|
distribution: "opensuse"
|
||||||
packages: "kernel-default dracut kernel-firmware-all tar btrfsprogs rsync gzip xz curl e2fsprogs squashfs wicked dhcp-client coreutils nfs-utils open-iscsi device-mapper iproute2 multipath-tools mdadm arping2 systemd"
|
packages: "kernel-default dracut kernel-firmware-all tar btrfsprogs rsync gzip xz curl e2fsprogs squashfs wicked dhcp-client coreutils nfs-utils open-iscsi device-mapper iproute2 multipath-tools mdadm arping2 systemd"
|
||||||
@ -9,10 +10,12 @@ packages:
|
|||||||
name: "fedora"
|
name: "fedora"
|
||||||
version: "36"
|
version: "36"
|
||||||
image: "fedora"
|
image: "fedora"
|
||||||
|
image_tag: "36"
|
||||||
distribution: "fedora"
|
distribution: "fedora"
|
||||||
packages: "kernel grub2 kernel-core dracut dracut-live"
|
packages: "kernel grub2 kernel-core dracut dracut-live"
|
||||||
- category: "distro-kernels"
|
- category: "distro-kernels"
|
||||||
name: "ubuntu"
|
name: "ubuntu"
|
||||||
|
image_tag: "20.04"
|
||||||
version: "20.04"
|
version: "20.04"
|
||||||
image: "ubuntu"
|
image: "ubuntu"
|
||||||
distribution: "ubuntu"
|
distribution: "ubuntu"
|
||||||
|
Loading…
Reference in New Issue
Block a user