From b450915e375c796237d1148543626e709ccb718b Mon Sep 17 00:00:00 2001 From: Maximilian Geberl <48486938+dergeberl@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:42:17 +0200 Subject: [PATCH] Remove linux/arm/v7 from kubectl container (no package for linux/arm/v7 in apt repository) --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index fe11c7e..4272c99 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -97,7 +97,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta_kubectl.outputs.tags }} labels: ${{ steps.docker_meta_kubectl.outputs.labels }}