diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 16:50:22 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 16:50:22 +0400 |
| commit | a6b9dd778f5a017ba246ec4bd0f679e9539dac02 (patch) | |
| tree | 44405cd8d2c38d3a79bdf9d1bf9a66517a70640e | |
| parent | ea1d345147759a4e2822c4145a87485f10d56a69 (diff) | |
remove armv6 build
| -rw-r--r-- | docker-compose.yaml | 10 |
1 files 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: |
