Skip to content
Snippets Groups Projects
Commit 436feaea authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

Merge branch 'x86' into 'master'

X86

See merge request !1
parents 2776b497 91a390f2
No related branches found
No related tags found
1 merge request!1X86
Pipeline #5900 passed
...@@ -4,6 +4,7 @@ services: ...@@ -4,6 +4,7 @@ services:
stages: stages:
- build - build
- build-x86
variables: variables:
TEST_IMAGE: registry.vereign.com/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME TEST_IMAGE: registry.vereign.com/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
...@@ -20,3 +21,11 @@ build: ...@@ -20,3 +21,11 @@ build:
- docker build --pull -t $TEST_IMAGE -f Dockerfile . - docker build --pull -t $TEST_IMAGE -f Dockerfile .
- docker push $TEST_IMAGE - docker push $TEST_IMAGE
build:
stage: build-x86
tags:
- dell
script:
- 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