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 +