Skip to content
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

Missing windows docker build architecture #481

Open
MarkusGnigler opened this issue Dec 30, 2024 · 3 comments
Open

Missing windows docker build architecture #481

MarkusGnigler opened this issue Dec 30, 2024 · 3 comments

Comments

@MarkusGnigler
Copy link

MarkusGnigler commented Dec 30, 2024

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

@gabrie30
Copy link
Owner

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

@MarkusGnigler
Copy link
Author

MarkusGnigler commented Dec 30, 2024

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

docker/build-push-action#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/

@gabrie30
Copy link
Owner

gabrie30 commented Jan 1, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants