mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-19 15:53:46 +00:00
Rename Dockerfile.x86_64 to Dockerfile.amd64
For consistency with the container spec architecture, we will use amd64 naming for x86 64 bits machines. Signed-off-by: Jon Grisky <jon@resin.io>
This commit is contained in:
committed by
Pablo Carranza Vélez
parent
d65f329cd5
commit
fe93b61adb
@ -32,7 +32,7 @@ RUN chmod +x /app/src/enterContainer.sh \
|
|||||||
&& /app/node_modules/.bin/coffee -c /app/src \
|
&& /app/node_modules/.bin/coffee -c /app/src \
|
||||||
&& ln -sf /app/entry.sh /start # Needed for legacy
|
&& ln -sf /app/entry.sh /start # Needed for legacy
|
||||||
|
|
||||||
ENV SUPERVISOR_IMAGE resin/x86_64-supervisor
|
ENV SUPERVISOR_IMAGE resin/amd64-supervisor
|
||||||
ENV CONFIG_MOUNT_POINT /boot/config.json
|
ENV CONFIG_MOUNT_POINT /boot/config.json
|
||||||
ENV LED_FILE /dev/null
|
ENV LED_FILE /dev/null
|
||||||
|
|
Reference in New Issue
Block a user