Update release build script to enhance Xvfb configuration by adding -nolisten tcp and -noreset options

This commit is contained in:
mr. M
2025-01-06 20:07:17 +01:00
parent cd34782bd5
commit 9b8b9f5e14
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
build-linux:
permissions:
contents: write
runs-on: ${{ inputs.release-branch == 'release' && 'warp-ubuntu-latest-x64-8x' || 'ubuntu-latest' }}
runs-on: ${{ matrix.arch == 'x86_64' && 'warp-ubuntu-latest-x64-8x' || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix: