Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for arm architecture in the published docker image #1699

Closed
FrankTub opened this issue Sep 9, 2024 · 2 comments · Fixed by #1701
Closed

Add support for arm architecture in the published docker image #1699

FrankTub opened this issue Sep 9, 2024 · 2 comments · Fixed by #1701

Comments

@FrankTub
Copy link

FrankTub commented Sep 9, 2024

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.

@FrankTub
Copy link
Author

Think it would be a very small change in .github/workflows/release.yml. My collegeau opened a PR for it: #1701

@ofek1weiss ofek1weiss self-assigned this Sep 23, 2024
@ofek1weiss
Copy link
Contributor

Hey @FrankTub, ill take a look at the pr, lets continue the conversation there 👍

ofek1weiss added a commit that referenced this issue Sep 23, 2024
GH-1699 Setup multi-platform Docker images to support both x86 and arm architectures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants