-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support for Multi-platform images with GitHub Actions #16
Conversation
@lllllllillllllillll You have to go here https://github.com/lllllllillllllillll/DweebUI/actions and click "Enable Actions" |
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.
How many emojis does a professional developer use when reviewing code?
👍✅🙌🥳
@lllllllillllllillll It may need some tweaking. Are you using something special to build the image locally? |
|
The dockerfile uses a node:alpine image:
and the working build command was: |
@gaby build hangs forever unless I remove the run commands from the dockerfile:
|
@lllllllillllllillll Let me do some research and get back to you |
@lllllllillllllillll Found the issue, it's a 1 line fix in the CI file. Will be submitting another PR to address that and also fix the default Docker image. The |
linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
ghcr.io
. If you are happy with that support for Docker Hub can be added easilyFixes #15