mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
ci(release): add linux arm64 desktop artifacts (#2675)
Signed-off-by: sunilkumarvalmiki <g.sunilkumarvalmiki@gmail.com>
This commit is contained in:
@@ -20,13 +20,10 @@ if [[ "$resolved" != "$expected" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Also test a missing platform produces exit code 3.
|
||||
set +e
|
||||
resolve_asset_url "$FIXTURE" "linux" "aarch64" >/dev/null 2>&1
|
||||
missing_platform_rc=$?
|
||||
set -e
|
||||
if [[ "$missing_platform_rc" -ne 3 ]]; then
|
||||
echo "FAIL: expected exit code 3 for missing platform linux-aarch64, got $missing_platform_rc"
|
||||
resolved_arm64=$(resolve_asset_url "$FIXTURE" "linux" "aarch64")
|
||||
expected_arm64="https://example.invalid/openhuman_0.0.0-test_arm64.AppImage"
|
||||
if [[ "$resolved_arm64" != "$expected_arm64" ]]; then
|
||||
echo "FAIL: expected $expected_arm64, got $resolved_arm64"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user