Skip to content

Commit 77a2bca

Browse files
authored
remove arm 32 support (#45)
Windows SDK 10.0.26100.0 dropped support for 32-bit ARM and github action is failing.
1 parent 8b984ea commit 77a2bca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
architecture: x86
3434
- os: windows-latest
3535
architecture: ARM64
36-
- os: windows-latest
37-
architecture: ARM
3836

3937
steps:
4038
- uses: actions/checkout@v4
@@ -115,7 +113,6 @@ jobs:
115113
mv win-x64/cimgui.dll win-x64/cimgui.win-x64.dll
116114
mv win-x86/cimgui.dll win-x86/cimgui.win-x86.dll
117115
mv win-ARM64/cimgui.dll win-ARM64/cimgui.win-arm64.dll
118-
mv win-ARM/cimgui.dll win-ARM/cimgui.win-arm.dll
119116
120117
- name: Release
121118
uses: softprops/action-gh-release@v2
@@ -124,7 +121,6 @@ jobs:
124121
win-x64/cimgui.win-x64.dll
125122
win-x86/cimgui.win-x86.dll
126123
win-ARM64/cimgui.win-arm64.dll
127-
win-ARM/cimgui.win-arm.dll
128124
JsonFiles/*
129125
ubuntu-latest-x64/cimgui.so
130126
macos-latest-x64/cimgui.dylib

0 commit comments

Comments
 (0)