From 10bd3772cb05998bee793ab08b6d60361f919751 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 3 Oct 2022 06:06:45 +0000 Subject: [PATCH] Skip also on arm --- packages/toolkit/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolkit/build.yaml b/packages/toolkit/build.yaml index 8212b65..c6ed5cd 100644 --- a/packages/toolkit/build.yaml +++ b/packages/toolkit/build.yaml @@ -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 \ No newline at end of file