mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 02:18:42 +02:00
fix check
This commit is contained in:
parent
d1d33c62f7
commit
3dae5965d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue