Can Amazon Lightsail run containers built for arm platform?
Asked Answered
T

1

5

I'm currently running a web server on Lightsail containers which are built on the x86 platform. Will Lightsail be able to run containers that are built on arm?

Telemark answered 9/8, 2021 at 8:36 Comment(0)
D
6

Currently, Lightsail only supports the amd64 architecture. If you try to run an image built with arm64 or another architecture, you will receive an 'exec user process caused "exec format error"' in your Lightsail deployment logs.

Dirham answered 22/7, 2022 at 23:50 Comment(1)
As a note specifying docker buildx build --platform=linux/amd64 can help overcome this issue.Garrity

© 2022 - 2024 — McMap. All rights reserved.