Add rpi config

This commit is contained in:
Ettore Di Giacinto
2022-10-10 15:29:49 +00:00
parent b70960d454
commit aee53f9140

View File

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