From abf4cb846c8abfd99a3eb34d6070d3bcb6f63440 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Mon, 10 Mar 2025 15:51:00 +1300 Subject: [PATCH] Revert "KASM-6904 Build only Alpine 3.21 arm" This reverts commit d932af7456132ada759db57dbaab48bcc594a6bf. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d13eabc..3279217 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: # E.g. BUILD_JOBS: build_debian_buster,build_ubuntu_bionic. This will include # arm builds, because build_debian_buster_arm matches build_debian_buster. # "BUILD_JOBS: none" won't build any build jobs, nor www. - BUILD_JOBS: build_alpine_321_arm + BUILD_JOBS: all DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: ""