From 9abfe8ae8e7130fd94ac6370fbf79ef74004f4d7 Mon Sep 17 00:00:00 2001
From: Cian Johnston <cian@coder.com>
Date: Fri, 9 Aug 2024 15:31:38 +0100
Subject: [PATCH] this only builds on linux

---
 .github/workflows/release.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1966964..63ed6ea 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
         with:
           version: latest
           args: release --clean
+          goos: ["linux"]
         env:
           GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
           # GitHub sets this automatically