Change to 64 Bit Build

Change to 64 Bit Build
pull/1025/head
lindatess 2017-03-03 20:43:47 +11:00 committed by GitHub
parent 524bcb65b3
commit ab5b8b74f8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ FROM ubuntu:wily
MAINTAINER Tatsuhiro Tsujikawa
# Change HOST to x86_64-w64-mingw32 to build 64-bit binary
ENV HOST i686-w64-mingw32
ENV HOST x86_64-w64-mingw32
# It would be better to use nearest ubuntu archive mirror for faster
# downloads.