### Description ``` curl -sL 'https://github.com/lima-vm/lima/releases/download/v2.0.0/lima-2.0.0-Linux-x86_64.tar.gz' | tar --list | grep _images ./share/lima/templates/_images/ ``` This breaks the lima setup action (https://github.com/lima-vm/lima-actions/blob/master/setup/action.yml#L65) used by moby https://github.com/moby/moby/blob/062906a354e15c84e154bd2fb4f6dc0ca2aa5576/.github/workflows/.vm.yml#L45 making it unable to use any template - see: https://github.com/moby/moby/pull/51416