GHA: Disable Editor .NET ARM64

This commit is contained in:
Serhii Snitsaruk 2024-07-31 10:43:56 +02:00
parent af27aca021
commit afc2b63f06
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
1 changed files with 7 additions and 5 deletions

View File

@ -147,11 +147,13 @@ jobs:
# * .NET arm64 # * .NET arm64
- name: Editor .NET (arm64, release) # ! FIXME: Needs a separate job for .NET glue generation since we can't execute arm64 binaries on x86_64.
target: editor # ! Alternatively, solution generation can be done as post-process job, taking the glue from x86_64, after all builds complete.
arch: arm64 # - name: Editor .NET (arm64, release)
dotnet: true # target: editor
should-build: ${{ !inputs.test-build }} # arch: arm64
# dotnet: true
# should-build: ${{ !inputs.test-build }}
- name: Template .NET (arm64, release) - name: Template .NET (arm64, release)
target: template_release target: template_release