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

[vmm]: fix initrd building error in aarch64 enviroment #28

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

flyflypeng
Copy link
Member

@flyflypeng flyflypeng commented Jun 13, 2023

fix the issue #25

  1. fix the build rootfs container left problem when build-script return error
  2. install golang package directly from golang
  3. format the shell scripts by shfmt tool.

install_golang() {
pushd /home/
rm -f go${golang_version}.linux-arm64.tar.gz
wget "https://go.dev/dl/go${golang_version}.linux-arm64.tar.gz"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please download the arch based tar file

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

@flyflypeng flyflypeng force-pushed the fix-build-scripts branch 2 times, most recently from d52e643 to 7fc9940 Compare June 27, 2023 02:06
Copy link
Member

@Burning1020 Burning1020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Burning1020 Burning1020 merged commit bf13646 into kuasar-io:main Jun 27, 2023
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.

3 participants