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

[CI] Build docker image for different architectures #47 #48

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

4TT1L4
Copy link
Contributor

@4TT1L4 4TT1L4 commented Apr 20, 2024

Summary

  • Changed the CI build to build the docker image for several architectures.
  • Updated GitHub Actions dependencies.

Addresses:

For details see:

Type of Change

  • New feature (non-breaking change which adds functionality)

Checklist

  • N/A

Testing

  • Run the CI build and it is passing.

Additional Information

  • Community members running MacOS on Apple Silicon had been having problems running the docker image, since it is not supporting their architecture.

@4TT1L4 4TT1L4 requested a review from a team as a code owner April 20, 2024 09:52
@4TT1L4 4TT1L4 force-pushed the 47-ci-build-docker-image-for-different-architectures branch from 5d2393c to 7d2fd8f Compare April 24, 2024 08:32
@4TT1L4
Copy link
Contributor Author

4TT1L4 commented Apr 24, 2024

The multiplatform build seem to take extremely long. After 6 hours of build time the build is cancelled. We need to find out why it takes so long.

@4TT1L4
Copy link
Contributor Author

4TT1L4 commented Apr 24, 2024

The slow build is caused by the emulator. Since both builds are running on the same VM, an emulator must be used.

We need to break up the job and send to different runners with the right platform, so no emulator would be needed.

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.

1 participant