dokploy
dokploy copied to clipboard
Is dokploy not supporting Raspberry Pi?
I am using Ubuntu server in Raspberry Pi 4B device.
Check PR #37 someone already working on it
Looks like nextjs didn't updated this package @next/swc-android-arm64 package since 13.2.4 which serve specifically for arm/v7 builds and in the current project we use version 14+, and I tried to downgrading and it breaks things related to the terminal, logs and the build only for arm/v7 takes around 40 mins which is unnaceptable to have, so for now we keep only linux/amd64,linux/arm64 https://github.com/vercel/next.js/issues/58483 let me know if this is work for you!