Rimuovi flag --platform ridondante dal FROM
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 1m4s
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 1m4s
- Buildx gestisce automaticamente le piattaforme target - Risolve errore: no match for platform in manifest
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# Uncomment if building locally...
|
||||
# FROM debian:bullseye
|
||||
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} debian:bullseye
|
||||
# Multi-architecture build managed by buildx
|
||||
FROM debian:bullseye
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
|
||||
Reference in New Issue
Block a user