Support for aarch64
This commit is contained in:
12
Dockerfile.aarch64
Normal file
12
Dockerfile.aarch64
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
FROM homeassistant/aarch64-homeassistant:0.111.4
|
||||||
|
|
||||||
|
COPY src/ /usr/src/homeassistant/homeassistant/
|
||||||
|
|
||||||
|
RUN /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/alpine-3.10/aarch64/ --prefer-binary \
|
||||||
|
aiofiles==0.5.0 \
|
||||||
|
aiogithubapi==1.0.4 \
|
||||||
|
backoff==1.10.0 \
|
||||||
|
hacs_frontend==202005242033 \
|
||||||
|
integrationhelper==0.2.2 \
|
||||||
|
semantic_version==2.8.5 \
|
||||||
|
queueman==0.5
|
||||||
Reference in New Issue
Block a user