Fix Caddy to also work on amd64

This commit is contained in:
Marlon
2026-07-15 15:35:50 +02:00
committed by GitHub
parent 0f5a581ead
commit 7aca8f8798
+1 -1
View File
@@ -68,4 +68,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
platforms: linux/arm64, linux/amd64