```bash keeplearning@pop-os:~/CodeProjects/test-ed...
# help
a
Copy code
bash
keeplearning@pop-os:~/CodeProjects/test-edge$ supabase functions deploy hello-world
Error: Platform linux/386 is currently unsupported for Functions.
Unable to deploy edge functions.
n
Hello @ak4zh! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
Any more info on this? Is this a copy of hello-world function in guide/blog or did you add stuff? Is that a terminal error when you deploy?
n
keeplearning (2022-04-03)
a
Just updated supabase cli to test the edge functions. Created a new function and tried to deploy it returns above error. I tried to deploy the default hello code with no change in it.
It does not matter what the actual function contains it always gives same error so it’s probably something in cli which checks linux architecture and raises error
Yes the error shows in terminal and function is not even attempted to get deployed. It fails as soon as I run deploy command
g
It appears the go platform they used is not supported in that environment. You might raise an issue in cli GitHub, it would be nice to link to at least whatever go doc shows supported environments.