Skip to content

Commit 7bce3f7

Browse files
authored
fix: ensure update_bindings runs as amd64
Refs: #446, #448
1 parent f4fd27e commit 7bce3f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/update_bindings.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
set -e
77

88
docker buildx build \
9+
--platform linux/amd64 \
910
--target docsrs_bindings \
1011
-o type=local,dest=. \
1112
--build-arg PHP_VERSION=8.3 \

0 commit comments

Comments
 (0)