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

feat: Add support for ARM servers #528

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

Aviortheking
Copy link
Member

@Aviortheking Aviortheking commented Aug 29, 2024

Closes: #552

Welp, docker is shitty when I try to do something cool.

Test :
1.A Build AMD64
1.B Build ARM64
2. Merge them and push them

don't work when following the official docs because they only use one image :(

Test :
1.A Build & Push AMD64
1.B Build & Push ARM64

Result : only the ARM64 remains as it's slower to build...

Test :

  1. Build them all using the platform param in build

Result : works but take a shit load of time

@Aviortheking Aviortheking marked this pull request as ready for review August 29, 2024 12:08
@Aviortheking Aviortheking force-pushed the feat/add-server-support-for-arm branch from 1b95557 to 1c0b3c3 Compare August 30, 2024 14:19
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.

enhancement: Add server builds for ARM devices
1 participant