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 aarch64 Dockerfile #139

Closed
wants to merge 4 commits into from
Closed

Add aarch64 Dockerfile #139

wants to merge 4 commits into from

Conversation

andreipoe
Copy link

@andreipoe andreipoe commented Jan 11, 2021

Hello,

I have modified the Dockerfile to build on aarch64 systems. The only major change from amd64 is that we can't use a release build of jobber, so we build it from source in a separate container. For S6, I've only changed the URL to point to their aarch64 release.

This allows users that want to compile from source to build their own image locally:

docker build -t scrutiny -f docker/Dockerfile.aarch64 .

The original (amd64) Dockerfile is left untouched.

Would you be interested in integrating?

Thanks!

@AnalogJ
Copy link
Owner

AnalogJ commented Oct 23, 2021

I'd be happy to integrate, though I'd like to keep a single Dockerfile, and just add support for a multi-architecture build using the Github Action & build-params. Is that something you'd be willing to contribute?

@AnalogJ AnalogJ added help wanted Extra attention is needed waiting for response labels Oct 23, 2021
@AnalogJ
Copy link
Owner

AnalogJ commented May 1, 2022

Hey @andreipoe, now that we've moved back to cron as our scheduler, do we still need this PR?
Does scrutiny build for you on an aarch64 system?

@AnalogJ AnalogJ mentioned this pull request May 7, 2022
@AnalogJ AnalogJ closed this in #222 May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed waiting for response
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants