Update build for arm64 bullseye (#118)

Replace old Groovy repository to use Hirsute version instead
This commit is contained in:
Mario Campos
2022-01-03 14:47:03 +01:00
committed by GitHub
parent 58a9dd8846
commit 623f8d48ba
+6 -6
View File
@@ -55,15 +55,15 @@ runs:
Pin: release n=focal
Pin-Priority: 900
Package: *
Pin: release n=groovy
Pin: release n=hirsute
Pin-Priority: 400
EOF
sudo tee /etc/apt/sources.list.d/groovy.list <<EOF
deb http://archive.ubuntu.com/ubuntu groovy universe
deb http://archive.ubuntu.com/ubuntu groovy-updates universe
deb http://security.ubuntu.com/ubuntu groovy-security universe
sudo tee /etc/apt/sources.list.d/hirsute.list <<EOF
deb http://archive.ubuntu.com/ubuntu hirsute universe
deb http://archive.ubuntu.com/ubuntu hirsute-updates universe
deb http://security.ubuntu.com/ubuntu hirsute-security universe
EOF
sudo apt-get update -qq && sudo apt-get install -y -t groovy qemu-user-static
sudo apt-get update -qq && sudo apt-get install -y -t hirsute qemu-user-static
else
sudo apt-get update -qq && sudo apt-get install -y qemu-user-static
fi