Skip to content

Commit

Permalink
remove arm 32 support (#45)
Browse files Browse the repository at this point in the history
Windows SDK 10.0.26100.0 dropped support for 32-bit ARM and github action is failing.
  • Loading branch information
zaafar authored Jan 6, 2025
1 parent 8b984ea commit 77a2bca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
architecture: x86
- os: windows-latest
architecture: ARM64
- os: windows-latest
architecture: ARM

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -115,7 +113,6 @@ jobs:
mv win-x64/cimgui.dll win-x64/cimgui.win-x64.dll
mv win-x86/cimgui.dll win-x86/cimgui.win-x86.dll
mv win-ARM64/cimgui.dll win-ARM64/cimgui.win-arm64.dll
mv win-ARM/cimgui.dll win-ARM/cimgui.win-arm.dll
- name: Release
uses: softprops/action-gh-release@v2
Expand All @@ -124,7 +121,6 @@ jobs:
win-x64/cimgui.win-x64.dll
win-x86/cimgui.win-x86.dll
win-ARM64/cimgui.win-arm64.dll
win-ARM/cimgui.win-arm.dll
JsonFiles/*
ubuntu-latest-x64/cimgui.so
macos-latest-x64/cimgui.dylib

0 comments on commit 77a2bca

Please sign in to comment.