etcd-io / bbolt

An embedded key/value database for Go.
https://go.etcd.io/bbolt
MIT License
8.24k stars 641 forks source link

Introduce qemu to verify all the existing platforms #665

Open ahrtr opened 10 months ago

ahrtr commented 10 months ago

bbolt supports lots of platforms,

But we only cover part of them in our workflow CI. We should try to cover all (or most) of them using qemu.

Also refer to:

ahrtr commented 10 months ago

If we want to support any new platform, then we should also verify them in the workflow.