From bffb88ee1f2e73727d498e6f6d91a3fc9e3eb57e Mon Sep 17 00:00:00 2001 From: Andrejs Cunskis Date: Thu, 24 Aug 2023 15:07:06 +0300 Subject: [PATCH] Update runner image type --- .gitlab/ci/definitions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/definitions.yml b/.gitlab/ci/definitions.yml index 3fb8a05..6457919 100644 --- a/.gitlab/ci/definitions.yml +++ b/.gitlab/ci/definitions.yml @@ -1,7 +1,7 @@ .install-qemu: timeout: 4 hours # builds with emulation can take a long time to complete tags: - - docker + - saas-linux-2xlarge-amd64 # use largest instance for better performance for arm64 builds variables: QEMU_IMAGE: tonistiigi/binfmt:qemu-v7.0.0 before_script: