Testing workflow
All checks were successful
Multi-Platform Release Build / build (false, linux/arm64, native) (push) Successful in 6m15s
Multi-Platform Release Build / build (true, build-essential gcc-x86-64-linux-gnu libc6-dev-amd64-cross pkg-config binutils-x86-64-linux-gnu, map[CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER:x86_64-linux-gnu-gcc], linux/amd64, x86_64-unknown-linux-gnu) (push) Successful in 8m2s
Multi-Platform Release Build / build (true, gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 cmake nasm, map[CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER:x86_64-w64-mingw32-gcc CC_x86_64_pc_windows_gnu:x86_64-w64-mingw32-gcc], linux/amd64, x86_64-pc-windows-gnu) (push) Successful in 11m3s
Multi-Platform Release Build / create-release (push) Successful in 41s

This commit is contained in:
Marco De Araujo 2026-01-05 16:40:35 -04:00
parent a8467a3cf1
commit fba0d17403

View file

@ -159,26 +159,20 @@ jobs:
### 🚀 How to use ### 🚀 How to use
#### Linux/ARM: #### Linux/ARM:
```bash
# Download the appropriate binary # Download the appropriate binary
wget https://your-forgejo.com/releases/download/${{ forgejo.ref_name }}/uptime-kuma-dashboard-<your-target> wget https://your-forgejo.com/releases/download/${{ forgejo.ref_name }}/uptime-kuma-dashboard-<your-target>
# Make executable # Make executable
chmod +x uptime-kuma-dashboard-* chmod +x uptime-kuma-dashboard-*
# Run # Run
./uptime-kuma-dashboard-* --base-url https://your-kuma --slug your-slug ./uptime-kuma-dashboard-* --base-url https://your-kuma --slug your-slug
```
#### Windows: #### Windows:
```powershell
# Download uptime-kuma-dashboard-x86_64-pc-windows-gnu.exe # Download uptime-kuma-dashboard-x86_64-pc-windows-gnu.exe
# Run in PowerShell or CMD # Run in PowerShell or CMD
.\uptime-kuma-dashboard-x86_64-pc-windows-gnu.exe --base-url https://your-kuma --slug your-slug .\uptime-kuma-dashboard-x86_64-pc-windows-gnu.exe --base-url https://your-kuma --slug your-slug
```
### ✅ Verify Checksums ### ✅ Verify Checksums
```bash
sha256sum -c SHA256SUMS.txt sha256sum -c SHA256SUMS.txt
```
### 🏗️ Build Information ### 🏗️ Build Information
- Rust Version: ${{ steps.rust-version.outputs.version }} - Rust Version: ${{ steps.rust-version.outputs.version }}