Increase build timeout and use high cpu runners

This commit is contained in:
Andrejs Cunskis 2022-08-21 13:20:09 +03:00
parent 7417a0b199
commit 2dfdfafabb
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -1,8 +1,12 @@
.build_and_push: .build_and_push:
stage: custom stage: custom
needs: [] needs: []
tags:
- docker
- high-cpu
variables: variables:
QEMU_IMAGE: tonistiigi/binfmt:qemu-v6.2.0 QEMU_IMAGE: tonistiigi/binfmt:qemu-v6.2.0
timeout: 2 hours
before_script: before_script:
- | - |
if [ "${ARCH:-amd64}" != "amd64" ]; then if [ "${ARCH:-amd64}" != "amd64" ]; then