You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uname -a
Linux pompo-1 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
2 warnings found (use docker --debug to expand):
- InvalidBaseImagePlatform: Base image i386/debian:bullseye was pulled with platform "linux/386", expected "linux/amd64" for current build (line 2)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 4)
Registering qemu-arm for binfmt_misc...
[sudo] password for pompushko:
Checking native armhf executable support...
armhf: not supported on this machine/kernel
WARNING: Only a native build environment is supported. Checking emulated support...
armhf: ok
User rename on the first boot is disabled
Be advised of the security risks linked to shipping a device with default username/password set.
The text was updated successfully, but these errors were encountered:
It's saying that the CPU you're building the image on is not able to run armhf binaries directly. Then it tries to run them through qemu instead, checks that it works and continues. It's not an error, just a warning that this is not a supported setup - it may work or it may not, depending on your version of qemu and how your system is configured.
Hello
I dont know whats wrong... but now I got this :D
The text was updated successfully, but these errors were encountered: