diff --git a/pmb/build/envkernel.py b/pmb/build/envkernel.py index 4f3d5292..5ed21061 100644 --- a/pmb/build/envkernel.py +++ b/pmb/build/envkernel.py @@ -193,7 +193,7 @@ def run_abuild(context: Context, pkgname: str, arch: Arch, apkbuild_path: Path, env = { "CARCH": str(arch), "CHOST": str(arch), - "CBUILD": Arch.native(), + "CBUILD": str(Arch.native()), "SUDO_APK": "abuild-apk --no-progress", } cmd = ["abuild", "rootpkg"]