We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22be034 commit f4f5887Copy full SHA for f4f5887
src/gardenlinux/s3/s3_artifacts.py
@@ -148,7 +148,7 @@ def upload_from_directory(
148
"build_timestamp": datetime.fromtimestamp(release_timestamp).isoformat(),
149
"gardenlinux_epoch": cname_object.version.split(".", 1)[0],
150
"logs": None,
151
- "modifiers": feature_set,
+ "modifiers": feature_list,
152
"require_uefi": "_usi" in feature_list,
153
"secureboot": "_trustedboot" in feature_list,
154
"published_image_metadata": None,
0 commit comments