diff --git a/default.goxc.json b/linux.goxc.json similarity index 80% rename from default.goxc.json rename to linux.goxc.json index 18493bee4afa910c17a404fbbf5fc37bed2e4912..68816e294a654fd474e7b01726f80b7b6eb96e8b 100644 --- a/default.goxc.json +++ b/linux.goxc.json @@ -1,9 +1,9 @@ { "FormatVersion": "0.8", "ArtifactsDest": "target", - "BuildConstraints": "!darwin", + "BuildConstraints": "linux", "Resources": { "Include": "INSTALL*,README*,LICENSE*", "Exclude": "*.go" } -} +} \ No newline at end of file diff --git a/windows.goxc.json b/windows.goxc.json new file mode 100644 index 0000000000000000000000000000000000000000..bbf8d1f939eb0a0b808ecd7cee90ae6698cda1a4 --- /dev/null +++ b/windows.goxc.json @@ -0,0 +1,9 @@ +{ + "FormatVersion": "0.8", + "ArtifactsDest": "target", + "BuildConstraints": "windows", + "Resources": { + "Include": "INSTALL*,README*,LICENSE*", + "Exclude": "*.go" + } +} \ No newline at end of file