Skip to content

Commit f16dbac

Browse files
committed
fix arm snapshot container build
1 parent dccfb3f commit f16dbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container_snapshot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
if [ "$TAG" == "arm64" ] ; then
1515
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl"
1616
sed -i 's/bookworm/bookworm-arm64/' extras/debian
17-
# sed -i 's/\[all\]//' extras/debian
17+
grep bookworm extras/debian
1818
else
1919
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
2020
fi

0 commit comments

Comments
 (0)