docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

publish linux/arm64 image

Open dulmandakh opened this issue 1 year ago • 3 comments

publish images for both amd64 and arm64, https://docs.docker.com/build/ci/github-actions/multi-platform/. might require https://github.com/react-native-community/docker-android/pull/207

fixes https://github.com/react-native-community/docker-android/issues/166

dulmandakh avatar Jun 26 '23 13:06 dulmandakh

I'm unsure if this is still an issue or not: https://github.com/react-native-community/docker-android/issues/166#issuecomment-1236141747

cortinico avatar Jun 26 '23 15:06 cortinico

even though I managed to build ARM64 image, but it fails to compile RN 0.72 due to android tooling issues.

dulmandakh avatar Jun 28 '23 02:06 dulmandakh

even though I managed to build ARM64 image, but it fails to compile RN 0.72 due to android tooling issues.

I'm also facing the same issue. Im getting the following error after running the commands:

  • ./gradlew clean
  • ./gradlew assembleRelease

` Warning: Dependant package with key emulator not found!

FAILURE: Build failed with an exception.

  • What went wrong: Could not determine the dependencies of task ':app:lintVitalReportRelease'.

Failed to install the following SDK components: build-tools;30.0.3 Android SDK Build-Tools 30.0.3 Install the missing components using the SDK manager in Android Studio. `

silva324 avatar Jun 28 '23 15:06 silva324