GHA: Disable Editor .NET ARM64
This commit is contained in:
parent
af27aca021
commit
afc2b63f06
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue