-
Notifications
You must be signed in to change notification settings - Fork 6
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
RDS-6 - Support M1 architecture #13
Conversation
…ilds with the same patch-version use cache and can be skipped Move nodejs install to end so multiple nodejs versions of the image can reuse all the php layers (and save time building the php extensions)
steps: | ||
- name: Setup multi-architecture support | ||
run: 'docker run --rm --privileged multiarch/qemu-user-static --reset -p yes' |
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.
is dit eigenlijk wel nodig? doet de setup-buildx-action dit niet al?
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.
Nope, dan krijg je standaard maar 2 architecturen (te zien in de setup-buildx-action onder 'Inspect'). Deze voegt de emulatoren toe.
No description provided.