bugfix: fix golang-filter architecture mismatch during local gateway build on arm64 macOS (#3905)

Signed-off-by: 胥寅 <xuuyin@dingtalk.com>
Co-authored-by: 胥寅 <xuuyin@dingtalk.com>
This commit is contained in:
小画家
2026-06-21 18:13:58 +08:00
committed by GitHub
parent 4db4633560
commit 36bd830029

View File

@@ -49,6 +49,7 @@ GOOS_LOCAL=linux TARGET_OS=linux TARGET_ARCH=${TARGET_ARCH} \
USE_REAL_USER=${USE_REAL_USER:-0} \
CONDITIONAL_HOST_MOUNTS=${CONDITIONAL_HOST_MOUNTS} \
DOCKER_BUILD_VARIANTS=default DOCKER_TARGETS="${DOCKER_TARGETS}" \
DOCKER_ARCHITECTURES="linux/${TARGET_ARCH}" \
ISTIO_BASE_REGISTRY="${ORIGINAL_HUB}" \
BASE_VERSION="${HIGRESS_BASE_VERSION}" \
DOCKER_RUN_OPTIONS=${DOCKER_RUN_OPTIONS} \