Skip to content

Commit d4fca89

Browse files
d0n601facebook-github-bot
authored andcommitted
Update Goreleaser to ignore WIndows ARM Builds (#546)
Summary: Pull Request resolved: #546 Ignoring ARM builds on Windows because of a dependency error with gopsutils Reviewed By: Harshit-Mashru, samdlinn Differential Revision: D78753717 fbshipit-source-id: f2b3e9a1a9e475031999ab1aa8efaf67344f1910
1 parent f6a0fa6 commit d4fca89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
version: 2
23
builds:
34
- id: "ttpforge"
45
binary: ttpforge
@@ -22,3 +23,7 @@ builds:
2223
goamd64:
2324
- v2
2425
- v3
26+
# Ignore Windows arm is not compatable with gopsutil.
27+
ignore:
28+
- goos: windows
29+
goarch: arm

0 commit comments

Comments
 (0)