Skip to content

update for rhel #56

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

update for rhel #56

wants to merge 1 commit into from

Conversation

andy-neuma
Copy link
Member

Summary:

Short paragraph detailing the pull request changes and reasoning in addition to any relevant context.

Details:

  • Detailed list of changes made in the pull request

Test Plan:

  • Detailed list of steps to test the changes made in the pull request

Related Issues:

  • List of related issues or other pull requests; ex: "Fixes #1234"

@@ -12,6 +12,8 @@ runs:
echo "os=ubuntu" | tee -a "$GITHUB_OUTPUT"
elif command -v microdnf &>/dev/null; then
echo "os=ubi-minimal" | tee -a "$GITHUB_OUTPUT"
elif command -v dnf &>/dev/null; then
echo "os=rhel" | tee -a "$GITHUB_OUTPUT"
Copy link
Contributor

Choose a reason for hiding this comment

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

This is also the case for ubi images (not ubi-minimal). Perhaps we should consider consolidating these in a single step?

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