From afc2b63f066d93e17a4d7169dfeea0d36975f4cb Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Wed, 31 Jul 2024 10:43:56 +0200 Subject: [PATCH] GHA: Disable Editor .NET ARM64 --- .github/workflows/linux.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 87febd2..79a0343 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -147,11 +147,13 @@ jobs: # * .NET arm64 - - name: Editor .NET (arm64, release) - target: editor - arch: arm64 - dotnet: true - should-build: ${{ !inputs.test-build }} + # ! FIXME: Needs a separate job for .NET glue generation since we can't execute arm64 binaries on x86_64. + # ! Alternatively, solution generation can be done as post-process job, taking the glue from x86_64, after all builds complete. + # - name: Editor .NET (arm64, release) + # target: editor + # arch: arm64 + # dotnet: true + # should-build: ${{ !inputs.test-build }} - name: Template .NET (arm64, release) target: template_release