Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
# Ignore specific platform combinations
ignore:
- goos: windows
goarch: arm64
ldflags:
- -s -w
- -X main.version={{.Version}}
Expand All @@ -45,9 +40,6 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ sudo mv raptor /usr/local/bin/
raptor --version
```

#### Windows (x86_64)

1. Download [raptor_0.2.0_Windows_x86_64.zip](https://github.com/watany-dev/raptor/releases/download/v0.2.0/raptor_0.2.0_Windows_x86_64.zip)
2. Extract the ZIP file
3. Place `raptor.exe` in a directory in your PATH

### Go install

```bash
Expand All @@ -80,6 +74,7 @@ sudo mv raptor /usr/local/bin/

### Requirements

- **Supported platforms**: Linux, macOS (Windows is not supported)
- Runtime: Git 2.5 or later
- Build from source only: Go 1.24 or later

Expand Down