fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
52 stars 18 forks source link

Build Linux binary on Ubuntu 20.04 #182

Closed dicej closed 11 months ago

dicej commented 1 year ago

Currently, we're building on ubuntu-latest, which prevents the binary from running on older versions. We should match Spin's release.yml and use ubuntu-20.04 instead.

See https://github.com/fermyon/spin/issues/1676 for more details.