@@ -101,35 +101,6 @@ jobs:
101101 path : |
102102 src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis
103103
104- build-win-i686 :
105- runs-on : windows-latest
106-
107- steps :
108- - uses : actions/checkout@v4
109-
110- - uses : Swatinem/rust-cache@v2
111- with :
112- workspaces : " ./src-tauri -> target"
113-
114- - name : Install tauri CLI
115- run : cargo install tauri-cli@^2
116-
117- - name : Install packages
118- run : npm i
119-
120- - name : Build
121- uses : nick-fields/retry@v3
122- with :
123- timeout_minutes : 30
124- max_attempts : 3
125- command : rustup target add i686-pc-windows-msvc && cargo tauri build --target i686-pc-windows-msvc
126-
127- - name : Upload artifact
128- uses : actions/upload-artifact@v4
129- with :
130- name : app-windows-i686
131- path : |
132- src-tauri/target/i686-pc-windows-msvc/release/bundle/nsis
133104
134105 build-linux-x86_64 :
135106 runs-on : ubuntu-22.04
@@ -187,7 +158,7 @@ jobs:
187158 pages : write
188159 id-token : write
189160 runs-on : ubuntu-22.04
190- needs : [build-mac-x86_64, build-mac-aarch64, build-win-x86_64, build-win-i686, build- linux-x86_64]
161+ needs : [build-mac-x86_64, build-mac-aarch64, build-win-x86_64, build-linux-x86_64]
191162
192163 steps :
193164 - uses : actions/checkout@v4
@@ -210,12 +181,6 @@ jobs:
210181 name : app-windows-86_64
211182 path : windows-x86_64
212183
213- - name : Download windows-i686
214- uses : actions/download-artifact@v4
215- with :
216- name : app-windows-i686
217- path : windows-i686
218-
219184 - name : Download linux-x86_64
220185 uses : actions/download-artifact@v4
221186 with :
@@ -239,8 +204,6 @@ jobs:
239204 mv darwin-aarch64/*.dmg darwin-aarch64/Adapt-installer.dmg
240205 mv windows-x86_64/*-setup.exe windows-x86_64/Adapt-setup.exe
241206 mv windows-x86_64/*-setup.exe.sig windows-x86_64/Adapt-setup.exe.sig
242- mv windows-i686/*-setup.exe windows-i686/Adapt-setup.exe
243- mv windows-i686/*-setup.exe.sig windows-i686/Adapt-setup.exe.sig
244207 mv linux-x86_64/*.AppImage linux-x86_64/Adapt.AppImage
245208 mv linux-x86_64/*.AppImage.tar.gz linux-x86_64/Adapt.AppImage.tar.gz
246209 mv linux-x86_64/*.AppImage.tar.gz.sig linux-x86_64/Adapt.AppImage.tar.gz.sig
@@ -253,7 +216,6 @@ jobs:
253216 cp -r darwin-x86_64 download-artifacts
254217 cp -r darwin-aarch64 download-artifacts
255218 cp -r windows-x86_64 download-artifacts
256- cp -r windows-i686 download-artifacts
257219 cp -r linux-x86_64 download-artifacts
258220 mv download-artifacts webclient
259221 mkdir download-artifacts
@@ -284,10 +246,6 @@ jobs:
284246 "signature": open('windows-x86_64/Adapt-setup.exe.sig', 'r').read(),
285247 "url": "https://download.adapt.chat/webclient/windows-x86_64/Adapt-setup.exe"
286248 },
287- "windows-i686": {
288- "signature": open('windows-i686/Adapt-setup.exe.sig', 'r').read(),
289- "url": "https://download.adapt.chat/webclient/windows-i686/Adapt-setup.exe"
290- },
291249 "linux-x86_64": {
292250 "signature": open('linux-x86_64/Adapt.AppImage.tar.gz.sig', 'r').read(),
293251 "url": "https://download.adapt.chat/webclient/linux-x86_64/Adapt.AppImage.tar.gz"
0 commit comments