From 1dcdc22c48b2761de2eb6feed7ec20ce4219874c Mon Sep 17 00:00:00 2001 From: Antoine Toussaint Date: Sun, 23 Aug 2026 18:51:55 -0400 Subject: [PATCH] feat: add linux/arm64 goreleaser build (#72) Co-Authored-By: Claude Opus 4.8 --- .goreleaser.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fa8413e..1436352 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -37,6 +37,16 @@ builds: - linux goarch: - amd64 + - id: linux-arm64 + binary: service-python + env: + - CGO_ENABLED=1 + - CC=aarch64-linux-gnu-gcc + - CXX=aarch64-linux-gnu-g++ + goos: + - linux + goarch: + - arm64 archives: - id: default