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

Introducing new features aligned with GitHub Actions Runner Images #36

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

rahulssv-ibm
Copy link
Contributor

Key Features

  • Interactive Menu: Allows users to select setup type (VM, LXD, Docker, Podman).
  • Architecture Handling: Ensures compatibility with supported architectures (ppc64le, s390x, x86_64).
  • OS and Version Selection: Lets users select the OS and version for setup (Ubuntu or CentOS).
  • Setup Type Options: Provides choices for minimal or complete setup based on the selected environment and OS.

run.sh is the main entry point for setting up your environment. The script presents an interactive menu that allows users to select the setup type based on their preference (VM, LXD, Docker, or Podman). It then guides the user through the process of choosing the appropriate OS, version, and setup type (minimal or complete).

- Interactive Menu: Guides users through setup options (VM, LXD, Docker, or Podman).
- Architecture Detection: Ensures compatibility with supported architectures.
- Custom OS and Version Selection: Allows users to tailor setup to specific environments.
- Setup Type Options: Supports Minimal (basic setup) and Complete (full setup) configurations.
@rahulssv-ibm
Copy link
Contributor Author

@anup-kodlekere @nealef

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.

1 participant