Building from Source
Prerequisites
Building for the current platform
# Clone the repository
git clone https://github.com/k9io/k9-tail.git
cd k9-tail
# Fetch dependencies
go mod tidy
# Build
./build.shenv CGO_ENABLED=0 go build -ldflags "-s"Install after building
Cross-compiling for all platforms
Supported platforms (examples)
OS
Architectures
Build flags explained
Flag
Purpose
Dependencies
Module
Purpose
Last updated