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

linux/arm64 docker image #1050

Open
JLSteenwyk opened this issue Jun 23, 2024 · 2 comments
Open

linux/arm64 docker image #1050

JLSteenwyk opened this issue Jun 23, 2024 · 2 comments

Comments

@JLSteenwyk
Copy link

Hi @nextgenusfs & @hyphaltip,

Could a docker image for arm64 architecture be built? Based on this article, multiple platform architectures can be built using this (or a similar) command:

# Only build
docker build --platform linux/amd64,linux/arm64 -t <image-tag> .
# When you need to push
docker build --platform linux/amd64,linux/arm64 -t <image-tag> --push .

Best,

Jacob

@nextgenusfs
Copy link
Owner

Unlikely thru conda as too many dependencies. Funannotate2 will probably be possible, just haven't had the time to actual finish it.

@JLSteenwyk
Copy link
Author

sounds good - thanks for the timely reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants