@cryptotaxi247 / netdata-1 / commits / b91d84af7

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.

Austin S. Hemmelgarn committed Aug 12, 2020 at 23:48 UTC b91d84af7fe5b3a17d79964c1bae7a5bbb2f93c5
1 file changed +1 -1
.travis.yml
+1 -1
@@ -280,7 +280,7 @@ jobs:
280
281 - name: "Build & Publish DEB package for ubuntu/focal"
282 <<: *DEB_TEMPLATE
283 - if: commit_message =~ /\[Package (amd64|arm64|i386) DEB( Ubuntu)?\]/
283 + if: commit_message =~ /\[Package (amd64|arm64) DEB( Ubuntu)?\]/
284 env:
285 - BUILDER_NAME="builder" BUILD_DISTRO="ubuntu" BUILD_RELEASE="focal" BUILD_STRING="ubuntu/focal"
286 - PACKAGE_TYPE="deb" REPO_TOOL="apt-get"