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 arch name in rootfs builder #45

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

apaolillo
Copy link
Contributor

Rootfs builder was using adjust_arch where the x86_64 architecture is
named x86-64, which does not work for the rootfs.sh script (it is
expecting x86_64).

Rootfs builder was using `adjust_arch` where the x86_64 architecture is
named `x86-64`, which does not work for the rootfs.sh script (it is
expecting `x86_64`).
@0xricksanchez
Copy link
Owner

0xricksanchez commented Aug 17, 2022

Good catch! That's a confirmed bug. Another strong case for going ahead and implementing #39 ASAP to catch these (refactoring) errors early..
Checks passed so I'll go ahead and merge this right away :)

@0xricksanchez 0xricksanchez merged commit ca31c2a into 0xricksanchez:main Aug 17, 2022
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.

None yet

2 participants