containers / krunvm

Create microVMs from OCI images
Apache License 2.0
1.41k stars 42 forks source link

macos: Add missing BuildahCommand #26

Closed slp closed 2 years ago

slp commented 2 years ago

Commit "2285182aa254df8af86fca8f3e6e46a9c657418c" introduced BuildahCommand::Inspect without adding the appropiate case for the match in the macOS-specific code. Fix it now.

(It'd be nice having a macOS/ARM64 CI runner)

Fixes: #24 Signed-off-by: Sergio Lopez slp@sinrega.org