From 68f3a610bb7a8b6c04225617671036b02e72b6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Balv=C3=ADn?= Date: Sun, 26 Jul 2026 21:14:29 +0200 Subject: [PATCH] fix(ci): restrict smoke test to native linux/amd64 builds --- .gitea/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index e6cd667..6ff921a 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -68,6 +68,7 @@ jobs: if-no-files-found: error - name: Smoke test + if: matrix.goos == 'linux' && matrix.goarch == 'amd64' run: | chmod +x bin/nuntius-${{ steps.build.outputs.version_no_v }}-${{ matrix.goos }}-${{ matrix.goarch }} ./bin/nuntius-${{ steps.build.outputs.version_no_v }}-${{ matrix.goos }}-${{ matrix.goarch }} --version