From 69c1276a131ee93d9539873e817254b9b27196f2 Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 26 Feb 2026 13:38:52 +0000 Subject: [PATCH] chore: Setup buildx --- .github/workflows/build-and-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index ba3362f..9b77515 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -87,6 +87,9 @@ jobs: with: install-only: true + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - name: release if: github.ref_type != 'tag' uses: cycjimmy/semantic-release-action@v4