From 3f917ae793cb339044c8f0ce1f91ae734fe51ae8 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Mon, 7 Jul 2025 19:39:29 +0530 Subject: [PATCH] Test12 --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 0d5a71a..530a8ff 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -33,4 +33,4 @@ jobs: password: ${{ secrets.GH_TOKEN }} - name: Build Test - run: docker buildx build -t ghcr.io/ryuupendragon/caddy-test:latest --push . + run: docker buildx build -t ghcr.io/ryuupendragon/caddy-test:latest --platform linux/arm64,linux/amd64 --push .