Skip to content

Commit

Permalink
semaphoreci: update Debian release to bullseye
Browse files Browse the repository at this point in the history
The Debian upstream-ci branch is updating to require debhelper 13,
which is only currently available from bullseye, or buster-backports.
  • Loading branch information
Dan Streetman authored and evverx committed Jul 23, 2020
1 parent e976945 commit d05f7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semaphoreci/semaphore-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eux

# default to Debian testing
DISTRO=${DISTRO:-debian}
RELEASE=${RELEASE:-buster}
RELEASE=${RELEASE:-bullseye}
BRANCH=${BRANCH:-upstream-ci}
ARCH=${ARCH:-amd64}
CONTAINER=${RELEASE}-${ARCH}
Expand Down

0 comments on commit d05f7b5

Please sign in to comment.