mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-23 18:20:45 +00:00
Add rpi config
This commit is contained in:
@@ -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" }}
|
||||
|
Reference in New Issue
Block a user