Skip to content

ragodev/goxc

Repository files navigation

goxc

Go cross platform compilation utility

Usage

$ ./goxc linux_amd64.json windows_x86.json...

Configuration file

Possible combinations

Example config file

{
    "os": "linux",
    "arch": "amd64",
    "out": "file"
}

You can include multiple configs in one file in an array

[
    {
        "os": "linux",
        "arch": "amd64",
        "out": "file"
    },
    {
        ...
    }
]

Included configs

  • common.json - Compile for all common OS combinations
    • linux x86
    • linux amd64
    • macOS amd64
    • windows x86
    • windows amd64

About

Go X-compiling automation tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages