ghorg icon indicating copy to clipboard operation
ghorg copied to clipboard

Missing windows docker build architecture

Open MarkusGnigler opened this issue 1 year ago • 3 comments

First, thanks for the project.

For testing/setup phase it would be nice to have the docker image available on windwos machines to.

╰─λ docker pull ghcr.io/gabrie30/ghorg:latest
Error response from daemon: Head "https://ghcr.io/v2/gabrie30/ghorg/manifests/latest": denied: denied

Since this project already uses buildx, I think it is as simple as adding windows/amd64 to all builders in all ci actions.

If it is desired I can gladly take it over

Quick side note: A broken link in the readme.md exists in Install -> Docker

MarkusGnigler avatar Dec 30 '24 12:12 MarkusGnigler

Thanks for raising the issue. Would be great if you could raise a PR to add this.

gabrie30 avatar Dec 30 '24 12:12 gabrie30

Sry but windows builds are not easily possible on gh actions.

https://github.com/docker/build-push-action/issues/18

I try it on my own project ghorg-sync and it really doesn't work.

I abandoned the PR

Is here a extra affort worth the time? https://www.phillipsj.net/posts/building-windows-and-linux-containers-with-github-actions/

MarkusGnigler avatar Dec 30 '24 23:12 MarkusGnigler

If you think its valuable and want to give it a try, feel free. My windows knowledge is very limited.

gabrie30 avatar Jan 01 '25 17:01 gabrie30