Skip to content

Commit

Permalink
32 bit windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Nov 27, 2024
1 parent ddc02c6 commit 305013e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ jobs:
- target: x86_64-unknown-linux-gnu
runner: ubuntu-latest

- target: i686-unknown-linux-gnu
runner: ubuntu-latest

- target: aarch64-unknown-linux-gnu
runner: ubuntu-22.04

Expand Down Expand Up @@ -177,7 +174,7 @@ jobs:
libwebkit2gtk-4.1-dev:arm64 \
libssl-dev:arm64
else
echo "Installing x86 dependencies"
echo "Installing x86_64 dependencies"
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
Expand Down
2 changes: 2 additions & 0 deletions leadman/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unused)]

use chrono::{Datelike, Local};
use indicatif::ProgressBar;
use tokio::time::sleep;
Expand Down
32 changes: 16 additions & 16 deletions web/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ irm https://ahq-softwares.github.io/lead/install.ps1 | iex

## Supported OS with Architectures

| OS | Architecture | Supported | Notes |
| ------- | :------------------- | :-------: | :----------------------------- |
| Windows | x64 || |
| | arm64 || |
| | i686 (32-bit) | | |
| macOS | x64 || |
| | arm64 || |
| Linux⭐ | x64 || |
| | i686, armv7 (32-bit) || |
| | arm64 | 🟨 | CI failed with lead_docs |
| FreeBSD | x64 | 🟨 | Cannot be built with lead docs |
| | i686, armv7 (32-bit) || |
| | arm64 || |
| NetBSD | x64 || Verified to not work |
| | i686, armv7 (32-bit) || |
| | arm64 || |
| OS | Architecture | Supported | Notes |
| ------- | :------------------- | :-------: | :----------------------------------- |
| Windows | x64 || Windows 10 or above |
| | arm64 || Windows 11 |
| | i686 (32-bit) | | Windows 10 |
| macOS | x64 || Ubuntu 20.04 or above and equivalent |
| | arm64 || |
| Linux⭐ | x64 || |
| | i686, armv7 (32-bit) || |
| | arm64 | 🟨 | CI failed with lead_docs |
| FreeBSD | x64 | 🟨 | Cannot be built with lead docs |
| | i686, armv7 (32-bit) || |
| | arm64 || |
| NetBSD | x64 || Verified to not work |
| | i686, armv7 (32-bit) || |
| | arm64 || |

✅: Fully Supported

Expand Down

0 comments on commit 305013e

Please sign in to comment.