From 0df67302120e70519f96cdfbb0ddef780dd24d4e Mon Sep 17 00:00:00 2001 From: Tine Date: Tue, 2 Jul 2024 17:40:44 +0200 Subject: [PATCH] ci: build docker image for arm64 as well --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 114b58f8..c9dbfdf9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -54,6 +54,6 @@ jobs: with: context: . push: true - #platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}