tasmota / docker-tasmota

Docker container with a complete build environment for Tasmota using PlatformIO
77 stars 49 forks source link

ARM64 container #14

Closed isarrider closed 1 year ago

isarrider commented 1 year ago

Hi,

it would be awesome to add an ARM64 container to docker hub... Is this possible?

BR, Alex

barbudor commented 1 year ago

Why not just cloning the repo and building the image locally on your arm system?

isarrider commented 1 year ago

because so everybody can profit... ;)

barbudor commented 1 year ago

I believe you need an ARM64 platform to create the image So if blakadder doesn't have one or if github action doesn't provide such option, then it's may not be possible I don't know if it is possible to cross build a docker image and I believe it's probably not possible because you need to run code such as 'apt install' in the target os

isarrider commented 1 year ago

it would be, e.g. with docker buildx build --platform linux/arm64,linux/arm/v7 -t docker-tasmota for arm64 and armv7 in the example above... But I guess github actions build them anyway?

blakadder commented 1 year ago

i have no intention on adding it, container is build on my x86 machine and pushed to docker

Jason2866 commented 1 month ago

added linux/arm64. There are no espressif toolchains available for arm/v7