From 6948e799026dec496096f27e4c9e06adc2908a55 Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Wed, 11 Oct 2023 09:54:32 +0200 Subject: [PATCH] test arm64 build alone in ci and disable armv7 Signed-off-by: Peter Wilcsinszky --- .github/workflows/artifacts.yaml | 2 +- .github/workflows/ci.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 04963fc..ce63827 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -57,7 +57,7 @@ jobs: uses: docker/build-push-action@v5 with: context: ${{ matrix.fluentd }} - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max push: ${{ github.event_name == 'push' }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8cef819..5ffa7c0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,6 +46,7 @@ jobs: uses: docker/build-push-action@v5 with: context: ${{ matrix.fluentd }} + platforms: linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max push: false