Skip to content

buildx failed #1

@ehsanghaffar

Description

@ehsanghaffar

Error: buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c make oldconfig && make -j"${BUILD_JOBS:-$(nproc)}" && make CONFIG_PREFIX=/build/initramfs install && strip /build/initramfs/bin/busybox" did not complete successfully: exit code: 2

This occurs during the BusyBox build stage in the multi-stage Docker build. The job exits with code 2 when invoking BusyBox build/install and strip. Steps to reproduce: run the GitHub Actions build or docker build with the provided Dockerfile and default args. Potential causes: missing build dependencies, kernel headers, incompatible config in busybox.config, or insufficient disk/CPU in the runner.

Please investigate the BusyBox build step and provide a fix (e.g. add missing packages, adjust build flags, ensure correct CONFIG_PREFIX, or handle strip failures).

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbuild

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions