From 41ff5262dec7645db394b672ef3f6a6569ca7d66 Mon Sep 17 00:00:00 2001 From: kianaza Date: Sun, 23 Jun 2024 20:10:01 +0330 Subject: [PATCH] fix: add linux/arm64/v8 to docker images --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96e4b0c..e8198e5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: with: file: "Dockerfile" context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64/v8 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}