Skip to content

Commit 927d6ab

Browse files
committed
Added more releases
1 parent 057aef1 commit 927d6ab

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.goreleaser.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ builds:
55
main: ./cmd/ctrlcss/main.go
66
goos:
77
- linux
8+
- darwin
9+
- windows
10+
- freebsd
11+
- openbsd
812
goarch:
913
- amd64
1014
- arm64
15+
- arm
1116
- riscv64
17+
goarm:
18+
- 6
19+
- 7
1220
ldflags:
1321
- -s -w
1422
env:

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ gray-800 = "#1f2937"
4747

4848
CtrlCSS emits one CSS rule per line, based on matched classes.
4949

50+
## Supported Architectures
51+
52+
OS | Arch | Notes
53+
Linux | amd64 | x86_64, standard builds
54+
Linux | arm64 | ARMv8 / Apple Silicon
55+
Linux | arm | ARMv7 / Raspberry Pi
56+
Linux | riscv64 | Milk-V Mars, VisionFive, etc.
57+
macOS | amd64 | Intel Macs
58+
macOS | arm64 | M1/M2/M3 Macs
59+
Windows | amd64 | 64-bit Windows
60+
Windows | arm64 | Surface Pro (ARM)
61+
5062
## License
5163

5264
MIT

0 commit comments

Comments
 (0)