1
0
Fork 0

fix(build): qualify image with arch

This commit is contained in:
ssube 2020-04-05 23:05:21 -05:00
parent d76672b9bd
commit 09df003760
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 1 additions and 1 deletions

View File

@ -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