for-linux

command
v0.0.161 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

usage: go run ./script/bundle/for-linux

Cross-compiles __PROJECT_NAME__ for linux/amd64. The resulting artifact is written to ./__PROJECT_NAME__-linux-amd64 in the module root.

Proposed behavior (sketch):

  1. Parse -o/--output (default __PROJECT_NAME__-linux-amd64).
  2. Cross-compile with GOOS=linux GOARCH=amd64 CGO_ENABLED=0.
  3. Write the binary under the module root and print its path.

Jump to

Keyboard shortcuts

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