amd64 not arm64

extrastats
Simon 3 years ago
parent 7418bd7a75
commit 319d43f447

@ -38,7 +38,7 @@ build-extrastats: # This job runs in the build stage, which runs first.
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 .
- 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/amd64 --push .

Loading…
Cancel
Save

Powered by TurnKey Linux.