Skip to content
Snippets Groups Projects
Commit 91a390f2 authored by alex kuklin's avatar alex kuklin
Browse files

x86 build attempt

parent b8f28b23
Branches
No related tags found
1 merge request!1X86
Pipeline #5899 passed
......@@ -4,6 +4,7 @@ services:
stages:
- build
- build-x86
variables:
TEST_IMAGE: registry.vereign.com/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
......@@ -25,6 +26,6 @@ build:
tags:
- dell
script:
- docker build --pull -t $TEST_IMAGE-x86 -f Dockerfile .
- docker push $TEST_IMAGE-x86
- docker build --pull -t ${TEST_IMAGE}-x86 -f Dockerfile .
- docker push ${TEST_IMAGE}-x86
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment