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

fix: fixes build error if using arm64 #12

Merged
merged 2 commits into from
May 25, 2022
Merged

fix: fixes build error if using arm64 #12

merged 2 commits into from
May 25, 2022

Conversation

KwadFan
Copy link
Contributor

@KwadFan KwadFan commented Apr 24, 2022

Used version of qemu (5.2) is too old to handle arm64 properly.
As workaround for that issue use bullseye-backports image.
Backports provides qemu version 6.2 which handles arm64 images properly.

Signed-off-by: Stephan Wendel me@stephanwe.de

Used version of qemu (5.2) is too old to handle arm64 properly.
As workaround for that issue use bullseye-backports image.
Backports provides qemu version 6.2 which handles arm64 images properly.

Signed-off-by: Stephan Wendel <me@stephanwe.de>
@KwadFan
Copy link
Contributor Author

KwadFan commented Apr 24, 2022

After a final test it turns out that fdisk in version 2.36 doesnt work as expected. Sometimes the container gets stuck.
Working on a solution.

@KwadFan
Copy link
Contributor Author

KwadFan commented Apr 25, 2022

For any reason without 'util-linux' package
resize and mount of input.img fails sometimes.
After adding that package behavior/error is gone.

Regards

For any reason without 'util-linux' package
resize and mount of input.img fails sometimes.
After adding that package behavior/error is gone.

Signed-off-by: Stephan Wendel <me@stephanwe.de>
@foosel foosel merged commit 61511b6 into OctoPrint:main May 25, 2022
@foosel
Copy link
Member

foosel commented May 25, 2022

Thanks. I've run a test build with one of my script collections and it seems to succeed.

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

Successfully merging this pull request may close these issues.

2 participants