common: base_image: arch should be debian package architecture.

This commit is contained in:
Steev Klimaszewski
2023-02-09 14:26:53 -06:00
parent a8257cfe14
commit ce0450a77c

View File

@@ -159,5 +159,5 @@ status_stage3 'Mask smartmontools service'
systemctl mask smartmontools
status_stage3 'Add arch to /var/lib/dpkg/arch file'
arch | tee /var/lib/dpkg/arch
echo 'arm64' | tee /var/lib/dpkg/arch
EOF