You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, for Keptn we should try to reduce the number of platforms to a bare minimum, e.g.: linux/amd64 + linux/arm64 (and maybe linux/arm/v7 for raspberry pi 3)
If we ever want to build for raspberry PI or any other non amd64 based platform, we should enable
buildx
.One way to achieve this would be by using the following workflow:
Alternatively, instead of using the
docker/build-push-action
, we can do the same viadocker buildx build --platform ...
.The text was updated successfully, but these errors were encountered: