Kévin Dunglas
Kévin Dunglas
You need to download the sources (or clone the Git repo) and run the commands inside the directory containing the full source. Is it what you're doing?
Can you try to add `--set '*.platform=linux/amd64'` to the args (or the platform you want to build)? It looks like your Docker install doesn't have support for multiplatform builds (maybe...
It's weird that we don't get the same issue in the CI. @crazywhalecc, by chance, do you have an idea of what's going on? Thanks!
Actually... our CI is red for the exact same reason: https://github.com/dunglas/frankenphp/actions/runs/10674487251/job/29585077831#step:5:1 I'll try to take a look tomorrow.
Maybe could we downgrade PHP in the meantime?
Yes. It's just a Caddy module, all Caddy features are supported.
We may need to adapt the config to use the new `trusted_proxies` directive introduced by Caddy: https://caddyserver.com/docs/caddyfile/options#trusted-proxies
Docs don't hurt, anyway. On my side I'm more inclined to merge some docs than to change the template for this kind of integrations. Regarding dev containers, I would like...
I use something similar in my projects. This definitely is worth a documentation section!
This looks like a Caddy issue.