Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Set up ARM builds with QEMU…
Browse files Browse the repository at this point in the history
… and Docker
  • Loading branch information
TheAssassin committed Jan 3, 2024
1 parent 6fe2aee commit 591eacc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ cp "$target" "$build_dir"
patch_appimage "$(basename "$target")"

# try exec
./"$(basename "$target")"
./"$(basename "$target")" || true
./"$(basename "$target")" --help || true

pushd "$build_dir"

Expand Down

0 comments on commit 591eacc

Please sign in to comment.