From 06a114d76c48929bc8272efb405bd5f14102fe81 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Thu, 5 Feb 2026 17:20:56 +0100 Subject: [PATCH] Remove linux/arm/v6 and linux/arm/v7 build platforms These old platforms are not supported by the manager. Removing them also saves time and resources. Fixes #16 --- .github/workflows/proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index 3336ede..6b31c41 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -26,7 +26,7 @@ jobs: image_proxy: env: - PLATFORM: linux/amd64,linux/aarch64,linux/arm/v7,linux/arm/v6 + PLATFORM: linux/amd64,linux/aarch64 runs-on: ubuntu-latest