blob: b353f42e667080b7b9521012970bf74868569ee3 [file] [log] [blame]
Josh Bleecher Snyder6ae637a2025-07-09 12:41:56 -07001#!/bin/bash
2set -e
3
4CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="${LDFLAGS:-}" -tags=innie -o embedded/sketch-linux/sketch-linux-amd64 ./cmd/sketch
5CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="${LDFLAGS:-}" -tags=innie -o embedded/sketch-linux/sketch-linux-arm64 ./cmd/sketch