Skip to content

Commit d68f79a

Browse files
committed
fix: ARM
1 parent 2ce9712 commit d68f79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/download_artifacts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def main():
136136
print(f"Using platform from environment variable C2PA_LIBS_PLATFORM: {env_platform}")
137137
platform_id = env_platform or get_platform_identifier()
138138
print("Looking up releases for platform id: ", platform_id)
139+
print("Environment variable set for lookup: ", env_platform)
139140
platform_source = "environment variable" if env_platform else "auto-detection"
140141
print(f"Target platform: {platform_id} (set through{platform_source})")
141142

0 commit comments

Comments
 (0)