Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #368: ci, gha: Build Android artifacts
8d3533a ci, gha: Build Android artifacts (Hennadii Stepanov) Pull request description: This PR reintroduces downloadable binary artifacts for macOS and Windows as it was on now decommissioned Cirrus CI. Unfortunately, the implementation is suboptimal due to various reasons. For example, - A container is used as building the `qt` package in depends fails using the default Android installation in Ubuntu [image](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md). - Caching, both for depends and ccache, does not work as expected within a container. --- The artifacts are available for downloading from https://github.com/bitcoin-core/gui-qml/actions/workflows/artifacts.yml. Also refer to GitHub documentation: https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts. Links for build artifacts: [![Android ARM 32-bit APK](https://img.shields.io/badge/OS-Andorid_ARM32-green)](https://github.com/bitcoin-core/gui-qml/suites/17611385186/artifacts/1006627194) [![Android ARM 64-bit APK](https://img.shields.io/badge/OS-Andorid_ARM64-green)](https://github.com/bitcoin-core/gui-qml/suites/17611385186/artifacts/1006627197) [![Android x86-64 APK](https://img.shields.io/badge/OS-Andorid_AMD64-green)](https://github.com/bitcoin-core/gui-qml/suites/17611385186/artifacts/1006627201) [![macOS Apple Silicon](https://img.shields.io/badge/OS-macOS%20Apple%20Silicon-green)](https://github.com/bitcoin-core/gui-qml/suites/17611385186/artifacts/1006627204) [![macOS Intel](https://img.shields.io/badge/OS-macOS%20Intel-green)](https://github.com/bitcoin-core/gui-qml/suites/17611385186/artifacts/1006627206) [![Windows](https://img.shields.io/badge/OS-Windows-green)](https://github.com/bitcoin-core/gui-qml/suites/17611385186/artifacts/1006627209) ACKs for top commit: jarolrod: ACK 8d3533a Tree-SHA512: d6cdd0e176694d47eae40b06bad7c4294845cd28cd0f00444d8197cf2ab77647429c49b8a5067c9065ecb856b8ee4538b9d4658abd1139dabe29064ed0e161d4
- Loading branch information