rclone/.github/workflows
Nick Craig-Wood 8390ba4ca9 build: fix android build after GitHub actions change
Before this change the android build started failing with

    gomobile: ANDROID_NDK_HOME specifies /usr/local/lib/android/sdk/ndk/25.0.8775105
    which is unusable: unsupported API version 16 (not in 19..33)

This was caused by a change to github actions, but is ultimately due
to an issue in gomobile with the newest version of the SDK.

This change fixes the problem by declaring a minimum API version of 21
and using version 21 compilers to build everything and using the
default NDK in github actions.

See: https://github.com/actions/virtual-environments/issues/5930
See: https://github.com/lightningnetwork/lnd/issues/6651
2022-08-04 10:18:07 +01:00
..
build.yml build: fix android build after GitHub actions change 2022-08-04 10:18:07 +01:00
build_publish_docker_image.yml build: add linux/arm/v6 to docker images - fixes #6192 2022-05-23 18:04:55 +01:00
build_publish_release_docker_image.yml build: add linux/arm/v6 to docker images - fixes #6192 2022-05-23 18:04:55 +01:00