Closed lafleurdeboum closed 2 years ago
This problem was originally unrelated, but at this point some of the Woodpecker server's dependencies don't compile on 32bit anymore, and I'm not really enough of a Golang person to fix that particular issue. I had set this repo up mostly to have any ARM images when the Woodpecker project itself wasn't offering any at all, but there are now official images for ARM64 at least so I'll be archiving this repo. Sorry :(
Hello, I was glad I found your work ; I'm trying to use woodpecker on an armv7 server. It runs latest Arch and podman.
I have the same configuration on my computer (only, it's an x86_64). If I run the following docker-compose.yml file, the agent succeeds in connecting with the server. But running the same docker-compose.yml, only with your images instead of woodpecker's ones, it fails - see the attached log. In short, when the server finally becomes ready and the agent's request apparently reaches it, it fails with
panic: open index.html: file does not exist
.The docker-compose file I ran on armv7 :
The log :