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

hard code focal 20.04 #23

Open
wtry opened this issue Sep 14, 2022 · 1 comment
Open

hard code focal 20.04 #23

wtry opened this issue Sep 14, 2022 · 1 comment

Comments

@wtry
Copy link

wtry commented Sep 14, 2022

err = iso9660util.Extract(BaseDiskZip, "focal-server-cloudimg-"+fileName+".img", baseDisk)
if err != nil {
errs[i] = fmt.Errorf("failed to extract base image: %w", err)
continue
}

@balajiv113
Copy link
Member

yes yes, the current code was to provide support for ubuntu VM.

Currently working on refactoring code using macOS 13 API's which should support more linux variations easily.

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