fix(build): qualify image with arch
This commit is contained in:
parent
d76672b9bd
commit
09df003760
|
@ -50,7 +50,7 @@ build-image:
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
DOCKER_HOST: tcp://localhost:237
|
DOCKER_HOST: tcp://localhost:237
|
||||||
|
IMAGE_ARCH: ubuntu
|
||||||
|
|
||||||
github-pending:
|
github-pending:
|
||||||
stage: status-pre
|
stage: status-pre
|
||||||
|
|
Loading…
Reference in New Issue