SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

alpine linux install, no elf download

Open syonfox opened this issue 10 months ago • 0 comments

Nice presentation, it seems the build script dose not work on alpine Linux.

localhost:~$ uname -a
Linux localhost 6.12.16-0-lts #1-Alpine SMP PREEMPT_DYNAMIC 2025-02-21 15:23:09 x86_64 Linux
localhost:~$ curl --proto '=https' --tlsv1.2 -sSf https://install.spacetimedb.com | sh
Downloading installer...
curl: (22) The requested URL returned error: 404
It seems like we may not have prebuilt binaries for your platform.
localhost:~$ 

note I had to run apk add curl

This file seems to not exist

https://github.com/clockworklabs/SpacetimeDB/releases/download/v1.0.0

syonfox avatar Mar 10 '25 14:03 syonfox