From 41358cf9b8853cbfa8ad408490350e57b73a47cc Mon Sep 17 00:00:00 2001 From: Stephen Paulger Date: Tue, 6 Feb 2024 13:06:19 +0000 Subject: [PATCH] Build multi-arch image for amd64 and arm64 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a4a58c..12d16d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,7 @@ jobs: if: ${{ github.ref_type == 'tag' }} with: push: true + platforms: linux/amd64,linux/arm64 tags: | kovetskiy/mark:${{ github.ref_name }} kovetskiy/mark:latest