mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-24 12:23:59 +00:00
Add rpi config
This commit is contained in:
@@ -12,6 +12,9 @@ steps:
|
|||||||
{{ if .Values.distribution }}
|
{{ if .Values.distribution }}
|
||||||
{{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" }}
|
||||||
|
- zypper in -y raspberrypi-firmware-config
|
||||||
|
{{ end }}
|
||||||
- zypper cc
|
- zypper cc
|
||||||
{{ if .Values.arch }}
|
{{ if .Values.arch }}
|
||||||
{{ if eq .Values.arch "arm64" }}
|
{{ if eq .Values.arch "arm64" }}
|
||||||
|
Reference in New Issue
Block a user