Skip to content
Snippets Groups Projects
Commit 9483591e authored by Simon's avatar Simon
Browse files

fix

parent 7cfb8968
Branches
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ build-dev: # This job runs in the build stage, which runs first.
- buildx
script:
- echo "Compiling the code..."
#- docker buildx build --no-cache -t hacknix/freedmr-ipsc:development-latest -t gitlab.hacknix.net:5050/hacknix/docker-freedmr-ipsc:development-latest --platform linux/arm/v7,linux/amd64,linux/i386,linux/arm64 --push .
- docker buildx build --no-cache -t hacknix/freedmr-ipsc:development-latest -t gitlab.hacknix.net:5050/hacknix/docker-freedmr-ipsc:development-latest --platform linux/amd64 --push .
#- docker buildx build --no-cache -t gitlab.hacknix.net:5050/hacknix/docker-freedmr-ipsc:development-latest --platform linux/arm/v7,linux/amd64,linux/i386,linux/arm64 --push .
- docker buildx build --no-cache -t gitlab.hacknix.net:5050/hacknix/docker-freedmr-ipsc:development-latest --platform linux/amd64 --push .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment