lenra-io/lenra_cli

[Bug]: Add possibility to define platform on `lenra dev`

開放

#413 建立於 2024年5月31日

 (1 則留言) (0 個反應) (0 位負責人)Rust (2 個分叉)auto 404
buggood first issue

倉庫指標

星標
 (16 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

What happened?

When trying to run an application locally using lenra dev on MacOS and when the application is using a reference image only compiled in linux/amd64 I get an error telling me that my platform is not recognised when running the app.

When specifying by hand that I want to use this image using linux/amd64 it works.

We might need to add a way to specify the platform to use. A better solution to begin with would be to use linux/amd64 by default, forcing all devices to emulate for this platform.

What browsers are you seeing the problem on?

No response

Version

No response

Relevant log output

No response

貢獻者指南