From b91d84af7fe5b3a17d79964c1bae7a5bbb2f93c5 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Wed, 12 Aug 2020 23:48:54 -0400 Subject: Removed Ubuntu 20.04 32-bit x86 package builds. (#9718) Our current infrastructure depends on availability of appropriate architecture LXC containers for the distros we're building for, and there are no 32-bit x86 LXC images for Ubuntu 20.04, so we cannot build these packages. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e8d2dd793f..b4f9dc24fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -280,7 +280,7 @@ jobs: - name: "Build & Publish DEB package for ubuntu/focal" <<: *DEB_TEMPLATE - if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/ + if: commit_message =~ /\[Package (amd64|arm64) DEB( Ubuntu)?\]/ env: - BUILDER_NAME="builder" BUILD_DISTRO="ubuntu" BUILD_RELEASE="focal" BUILD_STRING="ubuntu/focal" - PACKAGE_TYPE="deb" REPO_TOOL="apt-get" -- cgit v1.2.3