We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0798502 commit e2ca09cCopy full SHA for e2ca09c
2 files changed
.goreleaser.yml
@@ -5,6 +5,7 @@ builds:
5
- CGO_ENABLED=0
6
goos:
7
- darwin
8
+ - linux
9
goarch:
10
- amd64
11
- arm64
README.md
@@ -53,7 +53,7 @@ Split your terminal. Left pane: your AI agent. Right pane: diffpane.
53
54
## Requirements
55
56
-- macOS (darwin/amd64 or darwin/arm64)
+- macOS or Linux (amd64 or arm64)
57
- Git
58
59
## License
0 commit comments