[gnome-build-meta/jjardon/gnome_3_37_92: 1/2] .gitlab-ci.yml: Do not push arm build to flathub




commit 7733caa7f29cf207e3ed09d7bfe1e978d1928942
Author: Valentin David <valentin david codethink co uk>
Date:   Wed Aug 26 12:43:03 2020 +0200

    .gitlab-ci.yml: Do not push arm build to flathub
    
    It was decided during BoF of Freedesktop SDK at GUADEC 2019 that armv7
    builds should be retired in 20.08. That means GNOME should also do the
    same.
    
    https://wiki.gnome.org/GUADEC/2019/Hackingdays/FreedesktopSdk/Notes

 .gitlab-ci.yml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 190d37e9..15ec11cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -156,11 +156,6 @@ build-aarch64:
   - .build-template
   - .aarch64
 
-build-arm:
-  extends:
-  - .build-template
-  - .arm
-
 build-ppc64le:
   extends:
   - .build-template
@@ -180,17 +175,17 @@ generate-deploy-config:
       master)
         FLAT_MANAGER_SERVER=https://nightly.gnome.org/
         FLAT_MANAGER_REPO=nightly
-        SUPPORTED_ARCHES="x86_64 i686 aarch64 arm ppc64le"
+        SUPPORTED_ARCHES="x86_64 i686 aarch64 ppc64le"
       ;;
       *beta)
         FLAT_MANAGER_SERVER=https://hub.flathub.org/
         FLAT_MANAGER_REPO=beta
-        SUPPORTED_ARCHES="x86_64 i686 aarch64 arm"
+        SUPPORTED_ARCHES="x86_64 i686 aarch64"
       ;;
       *)
         FLAT_MANAGER_SERVER=https://hub.flathub.org/
         FLAT_MANAGER_REPO=stable
-        SUPPORTED_ARCHES="x86_64 i686 aarch64 arm"
+        SUPPORTED_ARCHES="x86_64 i686 aarch64"
       ;;
     esac
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]