Skip to content

Instantly share code, notes, and snippets.

View aleitner's full-sized avatar

Alexander Leitner aleitner

  • Atlanta, GA
View GitHub Profile
#!/usr/bin/env bash
set -euo pipefail
usage() {
echo "Usage: $0 [options]"
echo "Options:"
echo " --manual-build Run the build process manually without automatic tools."
echo " --x64-build Perform an x64 build (default)."
echo " --arm64-build Perform an ARM64 cross-compile build."