Skip to content

Commit 9b5ac1d

Browse files
committed
Drop bsd from goxc config for now due to cross compilation problems
1 parent d2255be commit 9b5ac1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goxc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"BuildConstraints": "windows,linux,darwin,openbsd",
2+
"BuildConstraints": "windows,linux,darwin",
33
"PackageVersion": "1.0.7",
44
"TaskSettings": {
55
"bintray": {
@@ -11,4 +11,4 @@
1111
}
1212
},
1313
"ConfigVersion": "0.9"
14-
}
14+
}

0 commit comments

Comments
 (0)