|
|
|
@ -31,6 +31,21 @@ build-dev: # This job runs in the build stage, which runs first.
|
|
|
|
only:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- 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.
|
|
|
|
build-release: # This job runs in the build stage, which runs first.
|
|
|
|
stage: build
|
|
|
|
stage: build
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
|