Skip to content

Commit 0d845e9

Browse files
authored
Merge pull request #63 from jandubois/bump-nerdctl-2.2.2
Bump nerdctl 2.2.2
2 parents 054a289 + 9713bed commit 0d845e9

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARCH_ALIAS = $(shell echo "$(ARCH_ALIAS_$(ARCH))")
2424
BINFMT_IMAGE=tonistiigi/binfmt:qemu-$(QEMU_VERSION)
2525
CRI_DOCKERD_ORG=Mirantis
2626
CRI_DOCKERD_VERSION=0.3.17
27-
NERDCTL_VERSION=2.2.1
27+
NERDCTL_VERSION=2.2.2
2828
OPENRESTY_VERSION=0.0.7
2929
QEMU_VERSION=v9.2.2-52
3030

lima.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env bash
22
set -eu
33

4-
case "$(uname)" in
5-
Darwin) display=cocoa;;
6-
Linux) display=gtk;;
7-
esac
84
cat <<EOF >"${EDITION}.yaml"
95
arch: "${ARCH}"
106
images:
@@ -17,10 +13,8 @@ mounts:
1713
writable: true
1814
ssh:
1915
localPort: 40022
20-
firmware:
21-
legacyBIOS: true
2216
video:
23-
display: $display
17+
display: default
2418
containerd:
2519
system: false
2620
user: false

0 commit comments

Comments
 (0)