multi-arch image support: amd64 + arm64#187
Conversation
|
Nice, what all did you need to set up in the action environment or settings? I am practically illiterate about all this stuff. I think I have the current image building set-up to do a separate release for "latest" (current commit) and whenever there is a release tag -- do you know how that will work if it builds on every push? Thanks for putting in the effort on this, I know it will make people happy to see it merged. |
|
Thanks for the project, it's exactly what I was looking for I had to issue a new token (Settings -> Developer Settings -> Personal Access Tokens -> Generate New Token (Classic) -> [v] write:package) and then set it up in (Repo Settings -> Secrets and Variables -> Actions -> Repository Secrets -> New Repository Secret -> In your current setup, however, everything seems to be working just fine with default There is another issue, both with my proposed solution and with your current setup I've inspected the dockerfile, and it contains no dependencies on the contents of this repository, which means two things, as far as I understand:
There are different possible solutions:
I don't know your workflow so I can't suggest what solution would work best for your needs |
Oh, right -- yes, this was when the Dockerfile was intended as a standalone thing just to help people get up and running quickly. Probably want to modify the Dockerfile so it builds from the local code. |
Addresses #185
Sample run can be found at
https://github.com/dir01/sqlite-web/actions/runs/16426825187/job/46419088554
Please let me know if you are in general satisfied with this approach and I'm going to test stuff like "does the cache work" and "does it work as expected when we create a new tag"