mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Currently build fails for armv7, this fixes the issue:
```
1094.0 Compiling bootc-lib v1.12.1 (/bootc/crates/lib)
1097.2 error: Unsupported architecture
1097.2 --> crates/lib/src/discoverable_partition_specification.rs:523:13
1097.2 |
1097.2 523 | compile_error!("Unsupported architecture")
1097.2 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1097.2
1157.8 error: could not compile `bootc-lib` (lib) due to 1 previous error
1157.8 error: Generating manpages: Syncing man pages: Extracting CLI: Running CLI JSON dump command: command exited with non-zero code `cargo run --features=docgen -- internals dump-cli-json`: 101
1157.8 make: *** [Makefile:44: manpages] Error 1
1157.8 make: Leaving directory '/bootc'
```
Signed-off-by: Matija Tudan <tudan.matija@gmail.com>