fix check

This commit is contained in:
Caleb Doxsey 2024-01-12 10:36:05 -07:00
parent d1d33c62f7
commit 3dae5965d1

View file

@ -49,7 +49,7 @@ check-image() {
| length >= 1 | length >= 1
')" ')"
if [[ "$_has_arm64" != "true" ]]; then if [[ "$_has_amd64" != "true" ]]; then
echo "- missing AMD64 in $_manifest" echo "- missing AMD64 in $_manifest"
exit 1 exit 1
fi fi