We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a242058 commit 2b3da67Copy full SHA for 2b3da67
1 file changed
bindings/python/build.sh
@@ -144,7 +144,7 @@ TARGET_PLATFORM=$(echo "$PLATFORM" | sed 's|/|-|' | sed 's/amd64/x64/')
144
echo -e "${CYAN}🎯 Target platform: ${YELLOW}${PLATFORM}${NC}"
145
echo -e "${CYAN}🎯 JRE platform: ${YELLOW}${TARGET_PLATFORM}${NC}"
146
echo ""
147
-A
+
148
# Determine Docker build platform (always Linux for cross-compilation)
149
# We build ON linux/amd64 or linux/arm64, but FOR any target platform
150
DOCKER_PLATFORM="${PLATFORM}"
0 commit comments