1
0
Fork 0
forked from lthn/blockchain
Commit graph

2 commits

Author SHA1 Message Date
Snider
23af6b9caa Update workflow permissions to contents: write
Changed GitHub Actions workflow permissions from 'contents: read' to 'contents: write' for all build workflows. This allows workflows to perform write operations on repository contents, which may be required for publishing artifacts or releases.
2025-09-30 14:45:55 +01:00
Snider
76d33a74b1 Add ARM64 build workflows and refactor CI for multi-arch
Introduced separate build workflows for Linux and Windows ARM64 architectures. Renamed existing Intel build workflows for clarity and updated the main workflow to trigger both Intel and ARM64 builds for Linux and Windows. Improved caching by including architecture in cache keys and set CPU_CORES for release builds across all platforms.
2025-09-28 18:34:57 +01:00
Renamed from .github/workflows/build-linux.yml (Browse further)