Fix Caddy to also work on amd64
This commit is contained in:
@@ -68,4 +68,4 @@ jobs:
|
|||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: linux/arm64
|
platforms: linux/arm64, linux/amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user