|
|
|
@ -46,6 +46,28 @@ build-extrastats: # This job runs in the build stage, which runs first.
|
|
|
|
only:
|
|
|
|
only:
|
|
|
|
- extrastats
|
|
|
|
- extrastats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build-testing: # 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 gitlab.hacknix.net:5050/hacknix/freedmr:testing --platform linux/arm64 --push .
|
|
|
|
|
|
|
|
only:
|
|
|
|
|
|
|
|
- testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build-debug: # 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 gitlab.hacknix.net:5050/hacknix/freedmr:debug --platform linux/arm64 --push .
|
|
|
|
|
|
|
|
only:
|
|
|
|
|
|
|
|
- debug
|
|
|
|
|
|
|
|
|
|
|
|
build-release: # This job runs in the build stage, which runs first.
|
|
|
|
build-release: # This job runs in the build stage, which runs first.
|
|
|
|
stage: build
|
|
|
|
stage: build
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
|