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
AWS has introduced cost-effective instances such as m6g, and I would like to switch to it. However, m6g instances, for example, are based on the arm architecture, which causes problems such as not working with container images for the existing amd architecture.
I would like to create container images for both arm/amd by implementing a multi-platform build using docker buildx.
Purpose
arm
architecture, which causes problems such as not working with container images for the existingamd
architecture.docker buildx
.Related Codes
https://github.com/st-tech/fluent-pvc-operator/blob/main/Makefile#L69
https://github.com/st-tech/fluent-pvc-operator/blob/main/Makefile#L180
The text was updated successfully, but these errors were encountered: