muety / wakapi

📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics

Home Page:https://wakapi.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker build failing

muety opened this issue · comments

Any ideas, why the build is failing, @YC? It works perfectly fine locally. 🤔

https://github.com/muety/wakapi/actions/runs/8493215002/job/23267048840

Looks like it's the linux/arm/v7 build that is failing.

Probably related to duke-git/lancet#207. I think we can temporarily skip armv7 releases until this is fixed, since most people are probably running Wakapi on amd64 and arm64.

What do you think would be the cleanest way to provide Docker images for those platforms for 2.11.0 without having to push a new tag? Build and push manually?

For traceability, I think the best method is to hard code the tag in the pipeline definition and manually trigger it.
This will require a merge to main, followed by a revert after the publish.

I'm currently testing in:
https://github.com/YC/wakapi/actions/runs/8493918515/job/23268493429