From 8790cbd2e1495d1b684fff9cfe0af5a771ae4ea8 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Tue, 20 May 2025 17:40:07 +0200 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 35a163d..5cb3fcd 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -31,3 +31,6 @@ jobs: - run: docker buildx build -t gitea.xeovalyte.dev/xv-development/hunshin:latest --load --platform=linux/amd64 . - run: docker push gitea.xeovalyte.dev/xv-development/hunshin:latest + - run: docker buildx build -t gitea.xeovalyte.dev/xv-development/hunshin:latest-arm --load --platform=linux/arm64 . + - run: docker push gitea.xeovalyte.dev/xv-development/hunshin:latest-arm +