Skip to content

Commit be4b8fa

Browse files
authored
Merge branch 'sipeed:main' into fix/atomic-file-writes
2 parents 87e674b + 851920d commit be4b8fa

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

11481148
This is normal if you haven't configured a search API key yet. PicoClaw will provide helpful links for manual searching.
11491149

0 commit comments

Comments
 (0)