Commit Graph

5 Commits

Author SHA1 Message Date
f43e4981d5 docker-build: force Qt GUI build and fail if palladium-qt is missing 2026-02-06 11:19:46 +01:00
3bc7cff5ba Normalize build scripts and fix Docker Qt dependencies for x86_64 2026-02-06 08:14:19 +01:00
NotRin7
c046c329a4 Fix: Correct wallet confirmation time and update repository URLs 2025-11-17 17:43:13 +01:00
15f6512419 refactor(docker): restructure docker build system for linux-x86_64
- Replace generic Dockerfile with platform-specific Dockerfile.linux-x86_64
- Simplify .dockerignore to essential patterns
- Update build script with improved container build process and output handling
- Enhance README with detailed build process documentation
2025-10-29 12:04:27 +01:00
a661b129af build(docker): add docker build system for palladium core
Add Dockerfile, build script, README and .dockerignore to create a reproducible build environment for Palladium Core binaries. The system builds x86_64 Linux binaries with all required dependencies and outputs them to the out/ directory.
2025-10-28 10:53:53 +01:00