From 1c677966027328e51931a1cb5eb5d47c7e38e3c6 Mon Sep 17 00:00:00 2001 From: Yamil Date: Wed, 11 Mar 2026 13:44:05 -0400 Subject: [PATCH] added `arm` build to docker pipeline --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9498df7..551c98a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -52,7 +52,7 @@ jobs: with: context: . push: true - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha