Skip to content

Commit

Permalink
Build: Remove X86 and ARM build support
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 12, 2024
1 parent 6e3ba51 commit 7d24025
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

1 comment on commit 7d24025

@trungnt2910
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the MSBuild .props blocking, did you face any other issues building for 32-bit ARM on Visual Studio 2022?

Please sign in to comment.