From 1e150e542d7da19ae2dad9d81eb94ff096532de0 Mon Sep 17 00:00:00 2001 From: Stephen Belanger Date: Sat, 14 Jun 2025 15:42:55 +0800 Subject: [PATCH] fix: ensure update_bindings runs as amd64 --- tools/update_bindings.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/update_bindings.sh b/tools/update_bindings.sh index cb90b921db..304a1dc1d1 100755 --- a/tools/update_bindings.sh +++ b/tools/update_bindings.sh @@ -6,6 +6,7 @@ set -e docker buildx build \ + --platform linux/amd64 \ --target docsrs_bindings \ -o type=local,dest=. \ --build-arg PHP_VERSION=8.3 \