mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +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:
parent
d65f329cd5
commit
fe93b61adb
@ -32,7 +32,7 @@ RUN chmod +x /app/src/enterContainer.sh \
|
||||
&& /app/node_modules/.bin/coffee -c /app/src \
|
||||
&& 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 LED_FILE /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user