From 2677a8eb36e2ae0e2c1c5af829395b30b21ae3c5 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 21 May 2022 18:09:58 +0100 Subject: [PATCH] Revert "Revert "add build for extrastats"" This reverts commit b5cbf164e9198c3a9ef3235f0e1f06aa263733dc. --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9c1a77..d730c82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,21 @@ build-dev: # This job runs in the build stage, which runs first. only: - master +build-extrastats: # This job runs in the build stage, which runs first. + stage: build + tags: + - buildx + script: + - echo "Compiling the code..." + - cd docker-configs + - docker buildx build --no-cache -f Dockerfile-proxy -t hacknix/freedmr:development-latest -t gitlab.hacknix.net:5050/hacknix/freedmr-extrastats:development-latest --platform linux/arm/v7,linux/amd64,linux/i386,linux/arm64 --push . + + + + - echo "Compile complete." + only: + - extrastats + build-release: # This job runs in the build stage, which runs first. stage: build tags: