We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1f514 commit e9499c1Copy full SHA for e9499c1
pkg/cidata/user-data.TEMPLATE
@@ -103,7 +103,7 @@ write_files:
103
if [ ! -x /usr/local/bin/nerdctl ]; then
104
version="0.8.3"
105
goarch="amd64"
106
- if [ "$(uname -m )" = "aarch64 "]; then
+ if [ "$(uname -m )" = "aarch64" ]; then
107
goarch="arm64"
108
fi
109
curl -fsSL https://github.com/containerd/nerdctl/releases/download/v${version}/nerdctl-full-${version}-linux-${goarch}.tar.gz | tar Cxz /usr/local
0 commit comments