Browse Source

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.
pull/81/head
András Szabó GitHub 4 weeks ago
parent
commit
0a282bce3d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/build.yml

+ 4
- 4
.github/workflows/build.yml View File

@@ -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:


Loading…
Cancel
Save