Fix Deb822 architecture formatting
This commit is contained in:
@@ -427,7 +427,7 @@ get_latest_mc_version() {
|
|||||||
URIs: https://dist.jriver.com/latest/mediacenter/
|
URIs: https://dist.jriver.com/latest/mediacenter/
|
||||||
Suites: '"$MC_REPO"'
|
Suites: '"$MC_REPO"'
|
||||||
Components: main
|
Components: main
|
||||||
Architectures: amd64,armhf,arm64
|
Architectures: amd64 armhf arm64
|
||||||
EOF
|
EOF
|
||||||
apt update --allow-insecure-repositories &>/dev/null' &&
|
apt update --allow-insecure-repositories &>/dev/null' &&
|
||||||
MC_VERSION=$(buildah run "$cnt" -- apt-cache policy "mediacenter$MC_MVERSION" | grep Candidate | awk '{print $2}' | sort -V | tail -n1) &>/dev/null &&
|
MC_VERSION=$(buildah run "$cnt" -- apt-cache policy "mediacenter$MC_MVERSION" | grep Candidate | awk '{print $2}' | sort -V | tail -n1) &>/dev/null &&
|
||||||
@@ -652,7 +652,7 @@ install_mc_repo() {
|
|||||||
Signed-By: $keyfile
|
Signed-By: $keyfile
|
||||||
Suites: $MC_REPO
|
Suites: $MC_REPO
|
||||||
Components: main
|
Components: main
|
||||||
Architectures: amd64,i386,armhf,arm64
|
Architectures: amd64 i386 armhf arm64
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
if [[ $channel == "beta" ]]; then
|
if [[ $channel == "beta" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user