qJake / HADotNet.CommandCenter

📱 A web-based, wall-mountable command center for Home Assistant.
https://hacc.dev
Apache License 2.0
158 stars 11 forks source link

Add Docker Multi-Arch Support #45

Closed qJake closed 4 years ago

qJake commented 4 years ago

Change out all of the various Docker tags for v1.0 to use a single Multi-Arch tag.

Should also be compatible with Hass.io addons AND may fix #42 as well.

Reference: https://docs.docker.com/docker-for-mac/multi-arch/

qJake commented 4 years ago

Found out that this is still experimental and not well-supported on Windows.

Also, there is no need to support this since the HA supervisor has its own {arch} tag identifier for multi-arch support.

Postponing until there is a good reason to do this.