Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
please.sh: optionally include ARM64 artifacts
Affects the make_installers_from_mingw_w64_git function. Adds a new option --include-arm64-artifacts, which allows the user to include ARM64 artifacts in the generated build. This is necessary until native ARM64 packages can be built on MSYS2. Can be invoked as follows, for example: ./please.sh make_installers_from_mingw_w64_git \ --include-arm64-artifacts=$PWD/arm64 --version=2.30.0 -o artifacts \ --portable Signed-off-by: Dennis Ameling <dennis@dennisameling.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information