Skip to content

Commit

Permalink
Update CI build script (tkashkin#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Nov 8, 2020
1 parent b4e6e7c commit 26f9b86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ _GPG_PACKAGE="gnupg1"
export CFLAGS="$CFLAGS -O0"
export DEB_BUILD_OPTIONS="noopt nostrip nocheck"

if [[ "$APPVEYOR_BUILD_WORKER_IMAGE" = "Ubuntu2004" ]]; then
_DEB_TARGET_DISTRO_NAMES=("focal" "bionic" "groovy" "hirsute")
_DEB_TARGET_DISTRO_VERSIONS=("20.04" "18.04" "20.10" "21.04")
_BUILD_IMAGE="focal"
if [[ "$APPVEYOR_BUILD_WORKER_IMAGE" = "Ubuntu1804" ]]; then
_DEB_TARGET_DISTRO_NAMES=("bionic" "focal" "groovy" "hirsute")
_DEB_TARGET_DISTRO_VERSIONS=("18.04" "20.04" "20.10" "21.04")
_BUILD_IMAGE="bionic"
else
source "/etc/os-release"
_DEB_TARGET_DISTRO_ID="$ID"
Expand Down

0 comments on commit 26f9b86

Please sign in to comment.