File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ builds:
3030 - riscv64
3131 - loong64
3232 - arm
33+ goarm :
34+ - " 7"
3335 main : ./cmd/picoclaw
3436 ignore :
3537 - goos : windows
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ build-all: generate
9393 GOOS=linux GOARCH=arm64 $(GO ) build $(LDFLAGS ) -o $(BUILD_DIR ) /$(BINARY_NAME ) -linux-arm64 ./$(CMD_DIR )
9494 GOOS=linux GOARCH=loong64 $(GO ) build $(LDFLAGS ) -o $(BUILD_DIR ) /$(BINARY_NAME ) -linux-loong64 ./$(CMD_DIR )
9595 GOOS=linux GOARCH=riscv64 $(GO ) build $(LDFLAGS ) -o $(BUILD_DIR ) /$(BINARY_NAME ) -linux-riscv64 ./$(CMD_DIR )
96+ GOOS=linux GOARCH=arm GOARM=7 $(GO ) build $(LDFLAGS ) -o $(BUILD_DIR ) /$(BINARY_NAME ) -linux-armv7 ./$(CMD_DIR )
9697 GOOS=darwin GOARCH=arm64 $(GO ) build $(LDFLAGS ) -o $(BUILD_DIR ) /$(BINARY_NAME ) -darwin-arm64 ./$(CMD_DIR )
9798 GOOS=windows GOARCH=amd64 $(GO ) build $(LDFLAGS ) -o $(BUILD_DIR ) /$(BINARY_NAME ) -windows-amd64.exe ./$(CMD_DIR )
9899 @echo " All builds complete"
Original file line number Diff line number Diff line change @@ -1143,7 +1143,7 @@ discord: <https://discord.gg/V4sAZ9XWpN>
11431143
11441144## 🐛 Troubleshooting
11451145
1146- ### Web search says "API 配置问题 "
1146+ ### Web search says "API key configuration issue "
11471147
11481148This is normal if you haven't configured a search API key yet. PicoClaw will provide helpful links for manual searching.
11491149
You can’t perform that action at this time.
0 commit comments