Skip to content

Instantly share code, notes, and snippets.

View mgholam's full-sized avatar

Mehdi Gholam mgholam

View GitHub Profile
@mgholam
mgholam / build.go
Last active August 27, 2024 07:20
Pure GO build command to cross compile with CGO using ZIG (when using sqlite)
// copy to cmd/build/build.go
// run : go run cmd/build/build.go
package main
import (
"fmt"
"os"
"os/exec"
"regexp"
"runtime"