|
@@ -79,7 +79,7 @@ jobs:
|
|
- name: Build and push Docker image
|
|
- name: Build and push Docker image
|
|
uses: docker/build-push-action@v5
|
|
uses: docker/build-push-action@v5
|
|
with:
|
|
with:
|
|
- platforms: linux/amd64,linux/arm64
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64, linux/arm/v7
|
|
context: .
|
|
context: .
|
|
push: true
|
|
push: true
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|