Andrew
Andrew
On Ubuntu hosts, gox tries to build `nacl/amd64`, but for the nacl OS, only `arm` and `amd64p32` are supported. Could `nacl/amd64` be disabled?
On Ubuntu hosts, gox tries to build `dragonfly/386`, even though the dragonfly OS can only be built against specifically amd64 architecture. Could `dragonfly/386` be disabled by default?
Could gox get flags for reporting the supported operating systems, and architectures, as separate lists? This could help some build scripts out, that want to target subsets of all the...
A template like `"bin/{{.Dir}}/{{.OS}}/{{.Arch}}/{{.Dir}}"` could be more helpful than `{{.Dir}}_{{.OS}}_{{.Arch}}`: * Easier to gitignore port files by the root directory (e.g. `bin/`) * Same basename for each port file (`{{.Dir}}`)...
When users invoke `gox ./...`, please skip entries in `vendor/` folders. Workaround: `gox [options] ./cmd/...`
Could gox offer an option to bundle the ports into a compressed archive, to make it easier to share the ports online? jhoonb/archivex makes this fairly painless, so I do...
Awesome extension! Could this be ported to Firefox?
Could yaml2json be published to [Homebrew](http://brew.sh/) to make it easier for newbies to install?
Or, why CEAN is still king.
Hello, Could the box please be updated and published with macOS v10.15.4 or higher, for better modern Xcode 12 support?