From a6b9dd778f5a017ba246ec4bd0f679e9539dac02 Mon Sep 17 00:00:00 2001 From: MatthieuCoder Date: Fri, 20 Jan 2023 16:50:22 +0400 Subject: [PATCH] remove armv6 build --- docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index e222c20..c99ab20 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,7 +23,7 @@ services: - linux/amd64 - linux/arm64/v8 - linux/arm/v7 - - linux/arm/v6 + args: - COMPONENT=cache volumes: @@ -47,7 +47,7 @@ services: - linux/amd64 - linux/arm64/v8 - linux/arm/v7 - - linux/arm/v6 + volumes: - ./config/default.yml:/config/default.yml environment: @@ -68,7 +68,7 @@ services: - linux/amd64 - linux/arm64/v8 - linux/arm/v7 - - linux/arm/v6 + volumes: - ./config/default.yml:/config/default.yml environment: @@ -93,7 +93,7 @@ services: - linux/amd64 - linux/arm64/v8 - linux/arm/v7 - - linux/arm/v6 + volumes: - ./config/default.yml:/config/default.yml environment: @@ -116,7 +116,7 @@ services: - linux/amd64 - linux/arm64/v8 - linux/arm/v7 - - linux/arm/v6 + volumes: - ./config/default.yml:/config/default.yml environment: -- 2.39.5