From b8c9d28324521e1e0a285cc03224844754f8e87a Mon Sep 17 00:00:00 2001 From: Aine Date: Mon, 24 Oct 2022 19:16:16 +0300 Subject: [PATCH] experiment: disable ARMv7 builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1038c9..834b86f 100644 --- a/Makefile +++ b/Makefile @@ -50,4 +50,4 @@ login: # docker build docker: docker buildx create --use - docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --push -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} . + docker buildx build --platform linux/arm64/v8,linux/amd64 --push -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} .