mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-25 06:22:34 +00:00
Skip also on arm
This commit is contained in:
@@ -23,9 +23,11 @@ steps:
|
||||
#- mkdir -p /output/etc/dracut.conf.d/
|
||||
{{ if eq .Values.name "elemental-toolkit-opensuse" }}
|
||||
{{ if ne .Values.arch "arm64" }}
|
||||
{{ if ne .Values.arch "arm" }}
|
||||
- cp -rf sysext.conf /framework/etc/dracut.conf.d/20-sysext.conf
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
excludes:
|
||||
- var/cache|var/cache/.*
|
||||
- usr/bin/elemental
|
Reference in New Issue
Block a user