tey aws arm64 runners

This commit is contained in:
Andrey Taranik
2024-08-17 16:30:24 +03:00
parent 56b94b7d1b
commit f40f627730
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ env:
jobs:
build-neon:
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'large-arm64' || 'large')) }}
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'neon-arm64-32core-aws' || 'large')) }}
container:
image: ${{ inputs.build-tools-image }}
credentials:
@@ -258,7 +258,7 @@ jobs:
# Don't run regression tests on debug arm64 builds
if: inputs.build-type != 'debug' || inputs.arch != 'arm64'
needs: [ build-neon ]
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'large-arm64' || 'large')) }}
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'neon-arm64-32core-aws' || 'large')) }}
container:
image: ${{ inputs.build-tools-image }}
credentials: