We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bf9f76 + c0ff0b7 commit 0799d08Copy full SHA for 0799d08
1 file changed
utils.py
@@ -81,7 +81,7 @@ def get_cbl_name():
81
"x86_64": "x86_64"
82
}
83
# The URL is https://.../stable.<arch>.config
84
- alpine_arch = base_config.split(".")[1]
+ alpine_arch = base_config.split(".")[-2]
85
return alpine_to_cbl[alpine_arch]
86
if "fedora" in base_config:
87
fedora_to_cbl = {
0 commit comments