Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish linux/arm64 image #208

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dulmandakh
Copy link
Contributor

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

fixes #166

@cortinico
Copy link
Member

I'm unsure if this is still an issue or not:
#166 (comment)

@dulmandakh dulmandakh marked this pull request as draft June 28, 2023 02:56
@dulmandakh
Copy link
Contributor Author

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

@silva324
Copy link

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.
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support arm64 Architecture
3 participants