Skip to content

Commit 5bdc661

Browse files
authored
Merge pull request #2851 from SUSE/mokutil_non_ppc64le
Remove mokutil from ppc64le
2 parents 1b7a6c0 + b6027c3 commit 5bdc661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bci_build/package/basecontainers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def _get_minimal_kwargs(os_version: OsVersion):
437437
+ (["suse-module-tools-scriptlets"] if os_version.is_sl16 else [])
438438
),
439439
custom_end=textwrap.dedent(f"""
440-
#!ArchExclusiveLine: x86_64 aarch64 ppc64le
440+
#!ArchExclusiveLine: x86_64 aarch64
441441
{DOCKERFILE_RUN} if zypper -n install mokutil; then zypper -n clean -a; fi
442442
{DOCKERFILE_RUN} {LOG_CLEAN}
443443
"""),

0 commit comments

Comments
 (0)