From 1ed048d962646ce3d7a4e98a06f46f4338564f72 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 27 Sep 2025 17:57:54 +0100 Subject: [PATCH] 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. --- utils/docker/images/lthn-chain/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/docker/images/lthn-chain/Dockerfile b/utils/docker/images/lthn-chain/Dockerfile index 0a79e0cc..250b23ec 100644 --- a/utils/docker/images/lthn-chain/Dockerfile +++ b/utils/docker/images/lthn-chain/Dockerfile @@ -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