-
Notifications
You must be signed in to change notification settings - Fork 685
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
https://github.com/lima-vm/lima/releases/tag/v1.1.0
Hint for package maintainers
Starting with v1.1, the official binary packages of Lima are split to two files for the each of the host OS and the architectures to save the disk space:
lima-<VERSION>-Darwin-arm64.tar.gz
: (Built withmake native
)
- The core components (
bin/lima
,bin/limactl
,share/lima/templates
, ...)- The guest agent for the native architecture (
share/lima/lima-guestagent.Linux-aarch64.gz
)
lima-additional-guestagents-<VERSION>-Darwin-arm64.tar.gz
: (Built withmake additional-guestagents
)
- The guest agents for emulating non-native architectures (
share/lima/lima-guestagent.Linux-{armv7l,ppc64le,riscv64,s390x,x86_64}.gz)
)For compatibility reason,
make
still builds the guest agents for all the architectures by default.Package maintainers are suggested to split their
lima
package tolima
(make native
) andlima-additional-guestagents
(make additional-guestagents
).
kachick
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed