-
Hi, I'm trying to build my project using GoReleaser and build both linux-based and windows-based Docker images. I'm finding this a bit troublesome to achieve as I cannot run GoReleaser on Linux first and then Windows, in the GitHub Actions pipeline. That would result in GoReleaser trying to create the same GitHub release twice. I thought about running a separate Windows pipeline just to get the Docker image built but that wouldn't update the GitHub release with the Is there a less error-prone solution? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm sorry, I don't have any experience with Docker on windows, so I can't weight in in that particularly, but I can say that right now you cant "merge" two goreleaser runs... on pro, you can import pre-existing binaries, but if I understand your problem correctly, that won't help you... |
Beta Was this translation helpful? Give feedback.
I'm sorry, I don't have any experience with Docker on windows, so I can't weight in in that particularly, but I can say that right now you cant "merge" two goreleaser runs...
on pro, you can import pre-existing binaries, but if I understand your problem correctly, that won't help you...