Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 5e3d0a4

Browse files
committed
default to x86
1 parent ab5bebe commit 5e3d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|| config="$CONFIG"
77

88
[[ -z "$TARGET_BUILD_ARCH" ]] \
9-
&& target_build_arch=x64 \
9+
&& target_build_arch=x86 \
1010
|| target_build_arch="$TARGET_BUILD_ARCH"
1111

1212
docker build \

0 commit comments

Comments
 (0)