Skip to content

Commit

Permalink
format: githooks
Browse files Browse the repository at this point in the history
  • Loading branch information
saturley-hall committed Dec 20, 2024
1 parent 6842360 commit b60889e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,9 @@ def create_build_dockerfiles(
if "base" in images:
base_image = images["base"]
if target_platform() == "rhel":
print("warning: RHEL is not an officially supported target and you will probably experience errors attempting to build this container.")
print(
"warning: RHEL is not an officially supported target and you will probably experience errors attempting to build this container."
)
elif target_platform() == "windows":
base_image = "mcr.microsoft.com/dotnet/framework/sdk:4.8"
elif target_platform() == "rhel":
Expand Down

0 comments on commit b60889e

Please sign in to comment.