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 }}