From 7759603885bb42ed7375b6234675b59906135862 Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 22 Oct 2018 22:50:23 +1100 Subject: [PATCH] Fix build tags --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff0a178..6468ca1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ before_script: - echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin - env|sort -build: +x86_64:build: variables: VERSION: x86_64 stage: build @@ -31,7 +31,7 @@ build: only: - master -build: +armv7l:build: variables: VERSION: armv7l stage: build