This commit is contained in:
2025-07-07 19:39:29 +05:30
parent f7fa0723d5
commit 3f917ae793

View File

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