Skip to content

Instantly share code, notes, and snippets.

@arifnd
Created November 10, 2023 18:09
Show Gist options
  • Select an option

  • Save arifnd/bdeb064455b770d8d2400f314153d44c to your computer and use it in GitHub Desktop.

Select an option

Save arifnd/bdeb064455b770d8d2400f314153d44c to your computer and use it in GitHub Desktop.
Build yarr ARMv6
CGO_ENABLED=1 \
GOOS=linux \
GOARCH=arm GOARM=6 \
go build -tags "sqlite_foreign_keys linux" -ldflags="-s -w" \
-o _output/linux/yarr ./cmd/yarr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment