mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-14 20:41:16 +08:00
Update build for arm64 bullseye (#118)
Replace old Groovy repository to use Hirsute version instead
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user