From c4453ba2a266656bdbc008f01daf46e49b520ffb Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 19 Oct 2021 19:40:56 +0000 Subject: [PATCH] [skip CI] KASM-786 remove centos arm build --- .gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eeee6c4..ed6a950 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,22 +203,6 @@ build_centos7: paths: - output/ -build_centos7_arm: - stage: build - allow_failure: true - tags: - - arm - before_script: - - *prepare_build - - *prepare_www - after_script: - - *prepare_artfacts - script: - - bash builder/build-package centos core - artifacts: - paths: - - output/ - upload: stage: upload image: ubuntu:focal