docker(install): switch to lima

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-11-26 22:15:16 +01:00
parent 2f97829cfc
commit 0a04d5661f
5 changed files with 155 additions and 216 deletions

View File

@@ -29,8 +29,7 @@ describe('install', () => {
jest.resetModules();
process.env = {
...originalEnv,
SIGN_QEMU_BINARY: '1',
COLIMA_START_ARGS: '--cpu 4 --memory 8 --disk 32'
LIMA_START_ARGS: '--cpus 4 --memory 8'
};
});
afterEach(() => {