Skip to content

Commit 148c077

Browse files
committed
Add build constraints to .goxc.json
1 parent dd9f0c0 commit 148c077

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.goxc.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"PackageVersion": "1.0.4",
3-
"ConfigVersion": "0.9",
4-
"TaskSettings": {
5-
"bintray": {
6-
"downloadspage": "bintray.md",
7-
"repository": "release",
8-
"package": "dexec",
9-
"user": "docker-exec-bot",
10-
"subject": "dexec"
11-
}
12-
}
2+
"BuildConstraints": "windows,linux,darwin,openbsd",
3+
"PackageVersion": "1.0.4",
4+
"TaskSettings": {
5+
"bintray": {
6+
"downloadspage": "bintray.md",
7+
"package": "dexec",
8+
"repository": "release",
9+
"subject": "dexec",
10+
"user": "docker-exec-bot"
11+
}
12+
},
13+
"ConfigVersion": "0.9"
1314
}

0 commit comments

Comments
 (0)