|
@@ -62,7 +62,7 @@ jobs:
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
file: contrib/docker/Dockerfile.apache
|
|
file: contrib/docker/Dockerfile.apache
|
|
- platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
@@ -113,7 +113,7 @@ jobs:
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
file: contrib/docker/Dockerfile.fpm
|
|
file: contrib/docker/Dockerfile.fpm
|
|
- platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|