------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest
sha256:8540a199ad51c6b7b51492fa9fee27549fd11b3bb913e888ab2ccf77cbb72cc1: not found
Guys, is there a way to add arm64 build for centos7.8.2003? I can't use 7.9 for now.
P.S.: running 7.8 with --platform linux/x64 almost works, but curl shows SSL errors, seems like some special cryptographic API calls are not emulated or something (wget with SSL works well).
Running on MacOS Big Sur, M1 chip:
Guys, is there a way to add arm64 build for centos7.8.2003? I can't use 7.9 for now.
P.S.: running 7.8 with
--platform linux/x64
almost works, but curl shows SSL errors, seems like some special cryptographic API calls are not emulated or something (wget with SSL works well).