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:
Jon Grisky 2015-07-12 00:29:24 +03:00 committed by Pablo Carranza Vélez
parent d65f329cd5
commit fe93b61adb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
DISABLE_CACHE = 'false'
ARCH = rpi# rpi/x86_64/i386/armv7hf
ARCH = rpi# rpi/amd64/i386/armv7hf
DEPLOY_REGISTRY = registry.resindev.io:5000/