File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ${YELLOW}Protected Files (never overwritten):${NC}
3737 • README.md - Fork-specific documentation
3838
3939${YELLOW} After Sync:${NC}
40- 1. Test: cd bindings/python && ./build.sh headless && pytest tests/
40+ 1. Test: cd bindings/python && ./build.sh linux/amd64 && pytest tests/
4141 2. Push: git push --force-with-lease origin main
4242
4343${YELLOW} Troubleshooting:${NC}
@@ -194,7 +194,7 @@ echo -e " ${CYAN}1. Review changes:${NC}"
194194echo -e " ${YELLOW} git log --oneline -10${NC} "
195195echo " "
196196echo -e " ${CYAN} 2. Test locally (REQUIRED):${NC} "
197- echo -e " ${YELLOW} cd bindings/python && ./build.sh headless ${NC} "
197+ echo -e " ${YELLOW} cd bindings/python && ./build.sh linux/amd64 ${NC} "
198198echo -e " ${YELLOW} pytest tests/ -v${NC} "
199199echo " "
200200echo -e " ${CYAN} 3. Push to your fork:${NC} "
You can’t perform that action at this time.
0 commit comments