Skip to content

Commit 71474c3

Browse files
committed
Default the --use-rhel-ubi9 flag to false
1 parent d5f44b4 commit 71474c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build-swiftly-release/BuildSwiftlyRelease.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ struct BuildSwiftlyRelease: AsyncParsableCommand {
196196
var identifier: String = "org.swift.swiftly"
197197
#elseif os(Linux)
198198
@Flag(name: .long, help: "Use RHEL UBI9 as the supported Linux to build a release instead of Amazon Linux 2")
199-
var useRhelUbi9: Bool
199+
var useRhelUbi9: Bool = false
200200
#endif
201201

202202
@Argument(help: "Version of swiftly to build the release.")

0 commit comments

Comments
 (0)