Skip to content

Commit

Permalink
redhat: add rhel type for builder (#70)
Browse files Browse the repository at this point in the history
Trying to solve for this error- LookupError: No builders found for 
distro 'rhel'
  • Loading branch information
dustinmiller authored and mmlb committed Jun 26, 2023
1 parent 2d8c18c commit fe4e170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packetnetworking/distros/redhat/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class RedhatBuilder(DistroBuilder):
"fedora",
"redhatenterprise",
"redhatenterpriseserver",
"rhel",
"rocky",
"scientificcernslc",
]
Expand Down

0 comments on commit fe4e170

Please sign in to comment.