minideb icon indicating copy to clipboard operation
minideb copied to clipboard

Build Fails with the following error

Open pomland-94 opened this issue 1 year ago • 1 comments

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)

pomland-94 avatar Mar 18 '23 16:03 pomland-94

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

avaneesh1999 avatar Oct 18 '23 05:10 avaneesh1999