From 4de3bb92a63e2c6d56723ac54b4ea818cacd5201 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 19 Sep 2022 14:25:11 +0100 Subject: [PATCH] ex --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75e7820..6ef8f26 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:extrastats-development-latest -t gitlab.hacknix.net:5050/hacknix/freedmr:extrastats-development-latest --platform linux/arm64 --push . + + + + - echo "Compile complete." + only: + - extrastats + build-testing: # This job runs in the build stage, which runs first. stage: build tags: