From 694ae9cc71664504b912afe64c45d9505b85674f Mon Sep 17 00:00:00 2001 From: James McDonald Date: Sun, 26 Apr 2026 18:03:10 +0200 Subject: [PATCH] Only build binaries for Linux --- .goreleaser.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c34ac69..deffb93 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -4,5 +4,8 @@ before: - cargo install --locked cargo-zigbuild builds: - builder: rust + targets: + - x86_64-unknown-linux-gnu + - aarch64-unknown-linux-gnu archives: - formats: ["binary"]