From d9d4c73d3a99e93d8491a6c0acdf6d943c403d4b Mon Sep 17 00:00:00 2001 From: iTrooz_ Date: Thu, 8 Sep 2022 16:40:51 +0200 Subject: [PATCH] Stop building xenial docker images (#529) --- .github/workflows/update-docker-images.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index 7ae992bf..0c2568ea 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -18,24 +18,12 @@ jobs: - NAME: bionic i386 ARCH: i386 DIST: bionic - - NAME: xenial x86_64 - ARCH: x86_64 - DIST: xenial - - NAME: xenial i386 - ARCH: i386 - DIST: xenial - NAME: bionic arm64 ARCH: arm64 DIST: bionic - NAME: bionic armhf ARCH: armhf DIST: bionic - - NAME: xenial arm64 - ARCH: arm64 - DIST: xenial - - NAME: xenial armhf - ARCH: armhf - DIST: xenial - NAME: Lite AppImage bionic x86_64 ARCH: x86_64 DIST: bionic