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.
2 parents 74e70b8 + b04e386 commit e3fe5b3Copy full SHA for e3fe5b3
utils.py
@@ -80,8 +80,8 @@ def get_cbl_name():
80
"riscv64": "riscv",
81
"x86_64": "x86_64"
82
}
83
- # The URL is https://.../config-edge.<arch>
84
- alpine_arch = base_config.split(".")[-1]
+ # The URL is https://.../stable.<arch>.config
+ alpine_arch = base_config.split(".")[1]
85
return alpine_to_cbl[alpine_arch]
86
if "fedora" in base_config:
87
fedora_to_cbl = {
0 commit comments