build

command
v0.0.0-...-e8f61d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

README

Cross-compiled Build

This assumes you have set up the Go environment required to compile for your destination.

To produce a default tar.gz targeted at linux/amd64:

> go run build.go

If you want to build for a different OS and Arch:

> go run build.go -os myOS -arch myArch

As an example, to build for 32-bit windows:

> go run build.go -os windows -arch 386

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL