From b813fcf0f9a8f4b551652f2b5cff13b8c639c9be Mon Sep 17 00:00:00 2001 From: Maksym Zhemerenko Date: Sat, 30 May 2026 23:18:56 +0200 Subject: [PATCH] ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fed14c..5ad65f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,5 +45,6 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}