Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Fails with the following error #143

Closed
pomland-94 opened this issue Mar 18, 2023 · 1 comment
Closed

Build Fails with the following error #143

pomland-94 opened this issue Mar 18, 2023 · 1 comment
Assignees

Comments

@pomland-94
Copy link

Hey,
when I try to build a Debian Bullseye Image withe the following Command:

make build bullseye

the build Fails at the Stage:

Building bitnami/minideb:buster-arm64

with the following error:

Setting up qemu static in chroot Cannot find aarch64 qemu static. Aborting... make: *** [Makefile:27: build] Fehler 1

My Hostsystem is an actual Debian 11.6 Bullseye (amd64)

@avaneesh1999
Copy link

The error message you're encountering indicates that the build process is failing because
it cannot find the qemu-aarch64-static binary in your environment

->Install qemu-user-static Package:
apt update
apt install qemu-user-static

->Enable the Binary Emulation:
update-binfmts --enable qemu-aarch64

->Retry the build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants