-
Notifications
You must be signed in to change notification settings - Fork 0
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
CPT-9 Build multi-platform Docker images #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works but the pipeline is taking too long (almost 3 hours 😮).
It prevents us from properly iterating and we simply cannot afford that. I wouldn't merge this PR before that issue is addressed.
e7d6eac
to
794102f
Compare
GitHub's ARM64 runners are already virtualized and they do not support nested virtualization (link). I assume that's the reason we cannot run Docker or Podman that require an additional virtualization layer on MacOS. We would need either a Linux ARM64 runner or a native non-virtualized MacOS runner. |
365772e
to
de5600f
Compare
Building the Python wheel for libsass is disgustingly slow 😅 |
No description provided.