From 0a282bce3d097baf252d5adda0154539f670f912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Szab=C3=B3?= <34127628+firolightfog@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:42:38 +0100 Subject: [PATCH] Update build workflow for rack-sdk and matrix Updated the rack-sdk-version to 2.4.0 and modified the build matrix and image used in the GitHub Actions workflow. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index baf74b9..ad47b04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - 'res/**' env: - rack-sdk-version: latest + rack-sdk-version: 2.4.0 # latest rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain defaults: @@ -40,11 +40,11 @@ jobs: needs: modify-plugin-version runs-on: ubuntu-latest container: - image: ghcr.io/stevenussell33/rack-plugin-toolchain-win-linux + image: ghcr.io/qno/rack-plugin-toolchain-win-linux options: --user root strategy: matrix: - platform: [win-x64, lin-x64] + platform: [wi, lin] steps: - uses: actions/checkout@v4 with: @@ -112,7 +112,7 @@ jobs: run: | export PLUGIN_DIR=$GITHUB_WORKSPACE pushd ${{ env.rack-plugin-toolchain-dir }} - make plugin-build-${{ matrix.platform }} + make plugin-build-${{ matrix.platform }}-64 - name: Upload artifact uses: actions/upload-artifact@v4 with: