Closed
Description
Preparing Homebrew formula for Lima v1.1.0 (RC): AkihiroSuda/homebrew-core@54a4f84
limactl info
stops working, only after installing additional guestagents
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source ./lima.rb
- Make sure
limactl info
works
$ limactl info | jq .guestAgents
WARN[0000] Failed to resolve the guest agent binary for "x86_64" error="guest agent binary could not be found for Linux-x86_64 (Hint: try installing `lima-additional-guestagents` package)"
WARN[0000] Failed to resolve the guest agent binary for "armv7l" error="guest agent binary could not be found for Linux-armv7l (Hint: try installing `lima-additional-guestagents` package)"
WARN[0000] Failed to resolve the guest agent binary for "ppc64le" error="guest agent binary could not be found for Linux-ppc64le (Hint: try installing `lima-additional-guestagents` package)"
WARN[0000] Failed to resolve the guest agent binary for "riscv64" error="guest agent binary could not be found for Linux-riscv64 (Hint: try installing `lima-additional-guestagents` package)"
WARN[0000] Failed to resolve the guest agent binary for "s390x" error="guest agent binary could not be found for Linux-s390x (Hint: try installing `lima-additional-guestagents` package)"
{
"aarch64": {
"location": "/opt/homebrew/share/lima/lima-guestagent.Linux-aarch64.gz"
}
}
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source ./lima-additional-guestagents.rb
limactl info
no longer works
$ limactl info
FATA[0000] template "default.yaml" not found