rust-osdev / acpi

Rust library for parsing ACPI tables and interpreting AML
Apache License 2.0
203 stars 65 forks source link

Compile for aarch64 and i686 targets on CI in addition to x86_64 #201

Closed IsaacWoods closed 1 year ago

IsaacWoods commented 1 year ago

Closes #165

Various people have been interested in using the library from targets other than x86_64-*, and so we should test builds against these targets in CI. This will probably take multiple goes to get right because Github Actions...