Update build configurations for Linux and Windows to optimize architecture-specific settings

This commit is contained in:
mr. M
2025-01-08 17:20:40 +01:00
parent a14220c12d
commit c003a2594b
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ jobs:
build-linux:
permissions:
contents: write
runs-on: ${{ inputs.release-branch == 'release' && 'warp-ubuntu-latest-x64-16x' || 'self-hosted' }}
# aarch64 does not need full 16x
runs-on: ${{ (inputs.release-branch == 'release' && matrix.arch == 'x86_64') && 'warp-ubuntu-latest-x64-16x' || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix: