From 2613f5b9493ec9ec2ab4aed149a85419ca178158 Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Thu, 1 Feb 2024 08:59:48 +0100 Subject: [PATCH] keep the build for arm64 Signed-off-by: Peter Wilcsinszky --- .github/workflows/artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 01c375be..c72cf713 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -103,7 +103,7 @@ jobs: uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 with: context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha