Rimuovi supporto linux/arm/v6 dal workflow
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 6m4s
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 6m4s
- Debian Bullseye non supporta arm/v6 (solo Pi Zero W v1 e Pi 1) - Mantenuti arm/v7 e arm64 (compatibili con Pi 3, 4, 5) - Pi 5 a 64-bit usa linux/arm64
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
with:
|
with:
|
||||||
platforms: linux/arm/v6,linux/arm/v7,linux/arm64
|
platforms: linux/arm/v7,linux/arm64
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.multiarch
|
file: ./Dockerfile.multiarch
|
||||||
platforms: linux/arm/v6,linux/arm/v7,linux/arm64
|
platforms: linux/arm/v7,linux/arm64
|
||||||
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user