Add raspberrypi-firmware-dt

This commit is contained in:
Ettore Di Giacinto 2022-10-10 15:55:28 +00:00
parent 97446162fa
commit e84aba412c

View File

@ -13,7 +13,7 @@ steps:
{{if eq .Values.distribution "opensuse" }} {{if eq .Values.distribution "opensuse" }}
- zypper in -y --no-recommends {{.Values.packages}} - zypper in -y --no-recommends {{.Values.packages}}
{{ if eq .Values.arch "arm64" }} {{ if eq .Values.arch "arm64" }}
- zypper in -y raspberrypi-firmware-config - zypper in -y raspberrypi-firmware-config raspberrypi-firmware-dt
{{ end }} {{ end }}
- zypper cc - zypper cc
{{ if .Values.arch }} {{ if .Values.arch }}