Home Assistant Supervised - Docker and Debian

Hey Guys,
Please bare with me here, I am probably doing this all wrong so please feel free to point me in the right direction.

I have installed Debian 10 on a parallels VM on a Mac Mini M1 2020 machine. I have installed docker and its all up and running, however, when I try to install homeassistant using the code below it always fails with

[error] Please set machine for aarch64

running uname -m shows aarch64 so im stuck, I am pretty new to all this.

Im running curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s to get home assistant installed

Any help is much appreciated

I think it’s asking you to set the machine type explicitly in the install script.

Here is the one I used to set up a test install of HA Supervised:

curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s -- -m intel-nuc

My machine is a NUC.

Change “intel-nuc” to “aarch64” in the curl command and see what you get.

Thanks for this, still getting an error, although now its saying “unknown machine type aarch64!”

Then I’m not sure what the issue is.

Scroll down here to see the supported machine types (I assumed aarch64 would be on the list because of the error - apparently not):

maybe you can figure out which one to use from there? I’m not really familiar with the script. Maybe one of the “qe…” types?

Or ask on discord to the devs themselves.

Im pretty sure its something to do with running it on a Mac with the M1 chip but I will give this a look. Thankyou for coming back to me though.