Skip to content

Commit 47d477d

Browse files
authored
drop platform freebsd/riscv64 (#119)
1 parent 0953cbf commit 47d477d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/release.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ def filename_for_entry(prog_name, entry):
5252
def matrix(prog_name):
5353
for goos in _goos():
5454
for goarch in _goarch(goos):
55+
if (goos, goarch) == ('freebsd', 'riscv64'):
56+
# platform not supported
57+
# gopsutil/[email protected]/cpu/cpu_freebsd.go:85:13: undefined: cpuTimes
58+
continue
5559
for goarm in _goarm(goarch):
5660
for build_tarball in _build_tarball(goos):
5761
yield {

0 commit comments

Comments
 (0)