From 7d24025ab7fedb2b8fcaf343f3b5f55361d8f414 Mon Sep 17 00:00:00 2001 From: MiroKaku <50670906+MiroKaku@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:17:53 +0800 Subject: [PATCH] Build: Remove X86 and ARM build support --- .github/workflows/build.yaml | 10 +++++----- .github/workflows/publish.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f294b3d..3f8c188 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,11 +28,11 @@ jobs: with: submodules: true - - name: Enable X86 and ARM build support - working-directory: ${{github.workspace}} - shell: pwsh - run: | - .\.github\workflows\EnableX86AndARM.ps1 + #- name: Enable X86 and ARM build support + # working-directory: ${{github.workspace}} + # shell: pwsh + # run: | + # .\.github\workflows\EnableX86AndARM.ps1 - name: Build working-directory: ${{github.workspace}} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 837f45e..6bfdcd0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,11 +26,11 @@ jobs: with: submodules: true - - name: Enable X86 and ARM build support - working-directory: ${{github.workspace}} - shell: pwsh - run: | - .\.github\workflows\EnableX86AndARM.ps1 + #- name: Enable X86 and ARM build support + # working-directory: ${{github.workspace}} + # shell: pwsh + # run: | + # .\.github\workflows\EnableX86AndARM.ps1 - name: Build working-directory: ${{github.workspace}}