Commit 9510bb5
fix(release): drop Windows from GoReleaser targets
The v0.1.0 build failed cross-compiling for Windows: the daemon uses
syscall.Flock and the resource monitor uses syscall.Statfs/Statfs_t, none of
which exist on Windows (and the monitor reads /sys/fs/cgroup, Linux-only).
aiusage is a Unix tool, so build only linux/darwin x amd64/arm64. Verified
with `goreleaser release --snapshot`: 4 archives + checksums, all compile.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 49ca70c commit 9510bb5
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | | - | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
0 commit comments