We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b7a6c0 + b6027c3 commit 5bdc661Copy full SHA for 5bdc661
src/bci_build/package/basecontainers.py
@@ -437,7 +437,7 @@ def _get_minimal_kwargs(os_version: OsVersion):
437
+ (["suse-module-tools-scriptlets"] if os_version.is_sl16 else [])
438
),
439
custom_end=textwrap.dedent(f"""
440
- #!ArchExclusiveLine: x86_64 aarch64 ppc64le
+ #!ArchExclusiveLine: x86_64 aarch64
441
{DOCKERFILE_RUN} if zypper -n install mokutil; then zypper -n clean -a; fi
442
{DOCKERFILE_RUN} {LOG_CLEAN}
443
"""),
0 commit comments