mirror of
https://github.com/zen-browser/desktop
synced 2026-04-26 01:25:02 +02:00
Update build configurations for Linux and Windows to optimize architecture-specific settings
This commit is contained in:
3
.github/workflows/linux-release-build.yml
vendored
3
.github/workflows/linux-release-build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user