Brephlas / dockerfile_breph-ha-google-home_get-token

0 stars 0 forks source link

Publish compose.yaml and/or build an ARM64 container #1

Open jherby2k opened 1 month ago

jherby2k commented 1 month ago

Could you share / publish your compose.yaml?

And/or publish an arm64 version of this so i can run it on a Pi. I'd rather not put WSL2 on my Windows machine for various esoteric reasons.

Thanks for making this!

Brephlas commented 1 month ago

There is no compose.yaml to share, everything i've used is in this repo. Currently, docker on my pi is not working correctly, so I need to fix this first. But it should be possible to build the image e.g. using the command docker build -t breph/ha-google-home_get-token . --platform="linux/arm64" inside the folder of the Dockerfile

Maybe the first line needs to be changed to FROM arm64v8/debian:bullseye