From aac96e433608bb36b07174ee1f844c9b294a0d65 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Wed, 9 Jul 2025 22:21:59 +0800 Subject: [PATCH] Fix missing arm64 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65ce81b..5dd639a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64,linux/arm64/v8 + platforms: linux/amd64,linux/arm64 build-args: | use_iptables_legacy=${{ matrix.variant.use_iptables_legacy }} tags: ${{ steps.meta.outputs.tags }}