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
Is your feature request related to a problem? Please describe.
Recently we modified our (Gitlab) CI runners to a different architecture (from intel to arm). We use the published docker image of elementary and run it on one of our Gitlab CI runners. Since we changed to this new architecture all edr commands fail on this runner. We think it is related to the architecture of the docker image.
Describe the solution you'd like
Possibly publish multi-architecture docker images, see this for more info. And if not possible add another image specific for arm architecture.
Describe alternatives you've considered
Built my own image from scratch.
Additional context
The error we receive:
exec /usr/local/bin/edr: exec format error
Would you be willing to contribute this feature?
Yes if you would tell me what you guys do to publish your images.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Recently we modified our (Gitlab) CI runners to a different architecture (from intel to arm). We use the published docker image of elementary and run it on one of our Gitlab CI runners. Since we changed to this new architecture all
edr
commands fail on this runner. We think it is related to the architecture of the docker image.Describe the solution you'd like
Possibly publish multi-architecture docker images, see this for more info. And if not possible add another image specific for arm architecture.
Describe alternatives you've considered
Built my own image from scratch.
Additional context
The error we receive:
Would you be willing to contribute this feature?
Yes if you would tell me what you guys do to publish your images.
The text was updated successfully, but these errors were encountered: