Skip to content

Commit 82ede3b

Browse files
authored
Update debootstrap_architecture_template.yml
1 parent 57a03f2 commit 82ede3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debootstrap_architecture_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
variables:
66
PREBOOTSTRAP_ARCH: ${{ parameters.arch }}
77
PREBOOTSTRAP_QEMU_ARCH: ${{ parameters.qemu_arch }}
8-
PREBOOTSTRAP_RELEASE: buster
8+
PREBOOTSTRAP_RELEASE: bullseye
99
steps:
1010
- script: |
1111
sudo apt-get update -y -q
1212
sudo apt-get install -y curl gnupg debootstrap qemu-user-static
13-
wget http://mirrors.kernel.org/ubuntu/pool/main/d/debootstrap/debootstrap_1.0.123ubuntu1_all.deb
13+
wget http://ftp.us.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.123_all.deb
1414
sudo apt install ./debootstrap_1.0.123ubuntu1_all.deb
1515
displayName: 'Installing build dependencies'
1616

0 commit comments

Comments
 (0)