-
Describe the bug I want to create a PR to support ppc64le arch, but when I try to run goreleaser without any changes at all it even doesn't run properly on v0.162.0 for x86 / ARM This error appears if I try to run goreleaser and it seems like the docker images cannot be build, neither for x86 nor ARM:
To Reproduce Steps to reproduce the behavior:
This is my .goreleaser.yml file (the default one):
Expected behavior I would expect, that the docker files are being built properly as this version was already released Environment (please complete the following information):
Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This means that the I recommend running with seems interesting the |
Beta Was this translation helpful? Give feedback.
This means that the
apk add
command failed, nothing to do with goreleaser... why I don't know.I recommend running with
--debug
, which will print thedocker build
command used, and then investigate from there...seems interesting the
2.501 standard_init_linux.go:219: exec user process caused: exec format error
error, I would guess something in docker/docker-buildx...