Update .gitea/workflows/deploy.yml
All checks were successful
Build and Deploy / Deploy (push) Successful in 2m31s

This commit is contained in:
xeovalyte 2025-05-20 17:40:07 +02:00
parent 813586a363
commit 8790cbd2e1

View File

@ -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