-
Notifications
You must be signed in to change notification settings - Fork 88
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
Latest workspace image missing for ARM #69
Comments
For anyone else running into this that needs to get up and running quick, you can replace the
|
Hey @bestlong Ah I see, since it was an intended change, does that mean ARM will no longer be supported in the future by laradock? I might have to look into creating my own images in that case 😅 |
Just had something similar with the php-fpm container as well, I see you removed the build for ARM64 there because of another build issue. Looking at the build logs, am I correct to assume that there's some package dependencies that are currently having issues on ARM that are causing those builds to fail? They seem to be pretty generic packages, so I understand that a workaround is pretty tricky without affecting the other platforms 🤔 |
Hey @bestlong If you need a hand working on the ARM images I'm down for it. |
Hi @Lenitr , @wmb42mate |
I'll try to have a look at testing the builds when I can, don't have much experience building with github actions but I can try to build them on my machine perhaps. |
I can take a look after 6pm UTC -3 |
Good news, it was fixed after restoring the code. Next we need to deal with php-fpm |
Ah great, so in the end no changes, but just 3rd party dependencies that are now working again? |
Hi there,
I noticed the latest workspace images do not have an ARM version. Any new images I try to build on M1 macbooks now get build issues since a match for the platform cannot be found.
From https://hub.docker.com/r/laradock/workspace
The text was updated successfully, but these errors were encountered: