You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched through the current issues to make sure this feature hasn't been requested already.
Motivation
As an increasing number of developers and users transition to ARM-based systems, including Apple’s M1 and M2 chips, it is essential for the G3W-Suite-Docker project to support these architectures. This support will enhance the accessibility and performance of the G3W-Suite-Docker on modern hardware, aligning with current industry trends.
Suggested solution
I propose the addition of multi-architecture support for ARM and Apple Silicon. This can be achieved by:
Updating the Dockerfile: Modify the existing Dockerfile to include build instructions for ARM and Apple Silicon.
Using Buildx: Utilize Docker Buildx to create multi-platform images.
CI/CD Integration: Implement continuous integration and deployment pipelines that automatically build and test images for ARM and Apple Silicon architectures.
Alternatives considered
No response
The text was updated successfully, but these errors were encountered:
Checklist
Motivation
As an increasing number of developers and users transition to ARM-based systems, including Apple’s M1 and M2 chips, it is essential for the G3W-Suite-Docker project to support these architectures. This support will enhance the accessibility and performance of the G3W-Suite-Docker on modern hardware, aligning with current industry trends.
Suggested solution
I propose the addition of multi-architecture support for ARM and Apple Silicon. This can be achieved by:
Alternatives considered
No response
The text was updated successfully, but these errors were encountered: