From 1b00b9b6b54216788ec607a81c92c4e04f6fece3 Mon Sep 17 00:00:00 2001 From: Jakub Warczarek Date: Wed, 15 Feb 2023 14:15:37 +0100 Subject: [PATCH] Build container image only for linux/amd64, linux/arm64 (#208) --- .github/workflows/build_containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_containers.yml b/.github/workflows/build_containers.yml index 2a999c2..da455d3 100644 --- a/.github/workflows/build_containers.yml +++ b/.github/workflows/build_containers.yml @@ -69,7 +69,7 @@ jobs: context: ./ file: ./Dockerfile push: true - platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64 + platforms: linux/amd64, linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}