Hi, I tried deploying the imagemagick function, but it seems there is not a version available for the x86_64 platform. This is strange, since I was able to deploy the curl function, even though they share a lot of code in the Dockerfile.
user@server:~$ faas-cli store deploy imagemagick
Function 'imagemagick' not found for platform 'x86_64'
user@server:~$ uname -a
Linux server 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Hi, I tried deploying the
imagemagickfunction, but it seems there is not a version available for the x86_64 platform. This is strange, since I was able to deploy thecurlfunction, even though they share a lot of code in the Dockerfile.