Skip to content

Commit e2ca09c

Browse files
committed
feat: add Linux support (amd64 + arm64)
1 parent 0798502 commit e2ca09c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ builds:
55
- CGO_ENABLED=0
66
goos:
77
- darwin
8+
- linux
89
goarch:
910
- amd64
1011
- arm64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Split your terminal. Left pane: your AI agent. Right pane: diffpane.
5353

5454
## Requirements
5555

56-
- macOS (darwin/amd64 or darwin/arm64)
56+
- macOS or Linux (amd64 or arm64)
5757
- Git
5858

5959
## License

0 commit comments

Comments
 (0)