-
-
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
Docker support #24
base: master
Are you sure you want to change the base?
Docker support #24
Conversation
Here is a CI/CD workflow that magically works for me, no other setup required
|
I wont do AMD because i don't own a AMD GPU. |
Ill do something a bit more "advanced" :D |
Use a matrix if another image is needed and use buildx if other architectures are needed
How did you get it to load files? I've tried numerous commands, but never been able to get it to load a file. "Could not open input file: No such file or directory" |
Are you using relative paths from . that are not going outside of it (not ..) ? |
$ docker run --rm -v .:/srv/sanjuuni sanjuuni -ifile ./avatar2.png -ofile ./output.lua
Could not open input file: No such file or directory
$ file ./avatar2.png
./avatar2.png: PNG image data, 1890 x 1827, 8-bit/color RGBA, non-interlaced |
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.
Works on my machine!
Resolves #23
To do: