Update Dockerfile build target to gcc-linux-x86_64
Changed the BUILD_TARGET argument in the lthn-chain Dockerfile from gcc-linux-armv8 to gcc-linux-x86_64 to target x86_64 architecture builds.
This commit is contained in:
parent
7cadbf139e
commit
1ed048d962
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ ARG THREADS=1
|
|||
ARG BUILD_BRANCH=dev-configure-testnet-1
|
||||
ARG BUILD_LOCAL=1
|
||||
ARG BUILD_REPO=https://github.com/letheanVPN/blockchain.git
|
||||
ARG BUILD_TARGET=gcc-linux-armv8
|
||||
ARG BUILD_TARGET=gcc-linux-x86_64
|
||||
ARG BUILD_FOLDER=build/release
|
||||
ARG BUILD_TYPE=Release
|
||||
ARG BUILD_TESTNET=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue