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

Github action job for building ARM images takes a very long time and fails #200

Closed
adnanhashmi09 opened this issue Apr 26, 2024 · 1 comment · Fixed by #206
Closed

Github action job for building ARM images takes a very long time and fails #200

adnanhashmi09 opened this issue Apr 26, 2024 · 1 comment · Fixed by #206
Labels
bug Something isn't working question Further information is requested

Comments

@adnanhashmi09
Copy link
Contributor

Description:

The ARM build for docker images is taking an excessively long time (around 1 hour) and failing, while the AMD build is successful and takes only 5 minutes.

Steps to reproduce:

  1. Trigger the workflow to build the Docker images.
  2. Observe the build process and timings for both ARM and AMD platforms.

Expected behavior:

Both ARM and AMD builds should complete successfully within a reasonable time frame, without any significant difference in build times between the two platforms.

Actual behavior:

The ARM build takes around 1 hour and fails, while the AMD build completes successfully in just 5 minutes.
image

Server Setup Information:

  • Operating System: Ubuntu (GitHub Actions runner)
  • Deployment Method: Docker

Additional context

This issue seems to be related to the performance and compatibility of the ARM build process with the GitHub Actions runner environment. Additional investigation is needed to identify the root cause of the excessive build time and failure for the ARM platform. Potential factors to consider include:

  • Compatibility of the ARM build environment with the specific dependencies or tools required for the project.
  • Optimization of the build process for ARM architectures.
  • Resource allocation and constraints within the GitHub Actions runner environment for ARM builds.

It would be beneficial to review the build logs and error messages for the failed ARM builds to gain more insights into the specific issues encountered.

@adnanhashmi09 adnanhashmi09 added bug Something isn't working question Further information is requested labels Apr 26, 2024
@adnanhashmi09 adnanhashmi09 changed the title Github action job for building ARM images Github action job for building ARM images taking a very long time Apr 26, 2024
@adnanhashmi09 adnanhashmi09 changed the title Github action job for building ARM images taking a very long time Github action job for building ARM images takes a very long time and fails Apr 26, 2024
@amoghjalan
Copy link
Contributor

nodejs/docker-node#1335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants