splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
388 stars 9 forks source link

Add Linux Arm64 builds #494

Open gruuya opened 5 months ago

gruuya commented 5 months ago

Closes #491

onpaws commented 5 months ago

I don't have a lot of context, apologies if we already decided this isn't possible. A single GHA runner seems appealing for simplicity, so assuming that single runner has to stay x86 based, I wonder if running the ARM binary inside qemu could help us do a basic 'did it run' test 🤔

gruuya commented 5 months ago

I wonder if running the ARM binary inside qemu could help us do a basic 'did it run' test

That's an interesting suggestion, thanks. Nonetheless, it seems simpler to wait for GH to release the linux arm64 image so that we can use that directly (otherwise I'm not sure how complicated/portable the build would get).