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:
Snider 2025-09-27 17:57:54 +01:00
parent 7cadbf139e
commit 1ed048d962

View file

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