Use explicit MC_ARCH for containerized sources

This commit is contained in:
2026-07-30 16:57:17 -04:00
parent 59ae4a4637
commit 273b2a51ad

View File

@@ -2251,7 +2251,7 @@ create_mc_apt_container() {
Signed-By: /usr/share/keyrings/jriver-com-archive-keyring.gpg Signed-By: /usr/share/keyrings/jriver-com-archive-keyring.gpg
Suites: $MC_REPO Suites: $MC_REPO
Components: main Components: main
Architectures: amd64 armhf arm64 Architectures: $MC_ARCH
EOF EOF
apt-get update -qq' && apt-get update -qq' &&
# If user passes command strings run them in the container # If user passes command strings run them in the container