Open
Conversation
- release-client.yml: builds Tauri app on Linux (deb, rpm, appimage), macOS (universal dmg) and Windows (msi/nsis) via tauri-action - release-server.yml: builds Linux packages (deb, rpm, tarball) using cargo-deb and cargo-generate-rpm - notto-server/Cargo.toml: add deb/rpm packaging metadata Triggered on version tags (v*) and workflow_dispatch.
- notto-server/Dockerfile: multi-stage build (rust:slim-bookworm builder, debian:bookworm-slim runtime) — only server and shared crates are compiled, Tauri client is excluded to avoid heavy system dependencies - docker-compose.yml: orchestrates notto-server + MariaDB (lts) with a healthcheck-gated startup and a named volume for persistence - .env.example: documents required environment variables - .dockerignore: limits build context to server and shared crates Usage: cp .env.example .env # fill in passwords docker compose up -d
Client: - add Linux aarch64 build (ubuntu-24.04-arm runner) - add Android build job (NDK 27, 4 ABI targets) — android project already initialized via 'tauri android init' - add iOS build job — requires 'tauri ios init' + signing secrets (APPLE_CERTIFICATE, APPLE_SIGNING_IDENTITY, APPLE_ID, APPLE_TEAM_ID) - add binary tar.gz upload per desktop platform after tauri-action Server: - matrix over ubuntu-latest (x86_64) and ubuntu-24.04-arm (aarch64) - produces architecture-specific deb, rpm and tarball for each
Requires 'tauri ios init' on macOS first. Can be re-added once gen/ios/ is committed to the repo.
Owner
Author
|
Make two different tag instead of one client-v* and server-v* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.