File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,18 @@ builds:
5
5
main : ./cmd/ctrlcss/main.go
6
6
goos :
7
7
- linux
8
+ - darwin
9
+ - windows
10
+ - freebsd
11
+ - openbsd
8
12
goarch :
9
13
- amd64
10
14
- arm64
15
+ - arm
11
16
- riscv64
17
+ goarm :
18
+ - 6
19
+ - 7
12
20
ldflags :
13
21
- -s -w
14
22
env :
Original file line number Diff line number Diff line change @@ -47,6 +47,18 @@ gray-800 = "#1f2937"
47
47
48
48
CtrlCSS emits one CSS rule per line, based on matched classes.
49
49
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
+
50
62
## License
51
63
52
64
MIT
You can’t perform that action at this time.
0 commit comments