We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccfb3f commit f16dbacCopy full SHA for f16dbac
.github/container_snapshot.sh
@@ -14,7 +14,7 @@ fi
14
if [ "$TAG" == "arm64" ] ; then
15
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl"
16
sed -i 's/bookworm/bookworm-arm64/' extras/debian
17
-# sed -i 's/\[all\]//' extras/debian
+grep bookworm extras/debian
18
else
19
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
20
fi
0 commit comments