Skip to content

Commit

Permalink
ha: fix Dockerfile arch
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed May 8, 2023
1 parent 34ee29b commit da714d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_addon/Dockerfile
Expand Up @@ -5,7 +5,7 @@ FROM koush/scrypted:beta
# Install Nginx and a set of Home Assistant add-on tools
RUN \
case "$(uname -m)" in \
x86_64) BUILD_ARCH='x86_64';; \
x86_64) BUILD_ARCH='amd64';; \
armv7l) BUILD_ARCH='armhf';; \
aarch64) BUILD_ARCH='aarch64';; \
\
Expand Down

0 comments on commit da714d1

Please sign in to comment.