https://github.com/weakish/geb
cross compiles go executables for different os and architectures
https://github.com/weakish/geb
Last synced: about 1 month ago
JSON representation
cross compiles go executables for different os and architectures
- Host: GitHub
- URL: https://github.com/weakish/geb
- Owner: weakish
- License: other
- Created: 2018-01-18T17:05:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T13:28:20.000Z (over 7 years ago)
- Last Synced: 2025-01-12T18:12:11.034Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
geb cross compiles go executables for different os and architectures.
Currently only supports 4 oses on amd64:
1. darwin
2. freebsd
3. linux
4. windows
## Usage
Put the geb in $PATH, then run `geb` under your Go project directory.
## Installation
Download the `geb` executable from the Releases page.
## License
0BSD