We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a03f2 commit 82ede3bCopy full SHA for 82ede3b
debootstrap_architecture_template.yml
@@ -5,12 +5,12 @@ jobs:
5
variables:
6
PREBOOTSTRAP_ARCH: ${{ parameters.arch }}
7
PREBOOTSTRAP_QEMU_ARCH: ${{ parameters.qemu_arch }}
8
- PREBOOTSTRAP_RELEASE: buster
+ PREBOOTSTRAP_RELEASE: bullseye
9
steps:
10
- script: |
11
sudo apt-get update -y -q
12
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
+ wget http://ftp.us.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.123_all.deb
14
sudo apt install ./debootstrap_1.0.123ubuntu1_all.deb
15
displayName: 'Installing build dependencies'
16
0 commit comments