Skip to content

Build and publish AppImages #164

Build and publish AppImages

Build and publish AppImages #164

Manually triggered September 28, 2024 06:37
Status Failure
Total duration 18m 1s
Artifacts 12

appimage.yml

on: workflow_dispatch
Matrix: build
Matrix: test
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

1 error
test (linux/amd64, amd64, fedora, 40)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eu\n\n log() {\n echo >&2 \"${@}\"\n }\n\n cancel() {\n log \"${@}\"\n return 1\n }\n\n prepare() {\n if command -v apt-get >/dev/null; then\n apt-get update && apt-get install -y --no-install-recommends libx11-6\n elif command -v pacman >/dev/null; then\n pacman -Syu --noconfirm libx11\n elif command -v dnf >/dev/null; then\n dnf list updates && dnf install -y libX11\n fi\n }\n\n main() {\n files=\"$(find /opt/ -maxdepth 1 -type f -name '*.AppImage')\"\n if [ -z \"${files}\" ]; then\n cancel \"Error: No AppImage file found.\"\n fi\n prepare\n config_path=\"${HOME}/.config/scc\"\n mkdir -p \"${config_path}\"\n echo '{}' >\"${config_path}/config.json\"\n\n echo \"${files}\" | while read -r file; do\n log \"Testing ${file}\"\n chmod +x \"${file}\"\n rm -rf squashfs-root/\n \"${file}\" --appimage-extract >/dev/null\n cd squashfs-root/runtime/compat\n ../../AppRun dependency-check\n output=$(../../AppRun daemon --help 2>&1 | tee -a /dev/stderr)\n if echo \"${output}\" | grep -q Error; then return 1; fi\n rm -f \"${file}\"\n done\n }\n main \"${@}\"\n" did not complete successfully: exit code: 1

Artifacts

Produced during runtime
Name Size
appimage-bookworm-amd64 Expired
26.3 MB
appimage-bookworm-arm64 Expired
24.3 MB
appimage-bullseye-amd64 Expired
24.1 MB
appimage-bullseye-arm64 Expired
22.2 MB
appimage-focal-amd64 Expired
23.7 MB
appimage-focal-arm64 Expired
21.7 MB
appimage-jammy-amd64 Expired
24.8 MB
appimage-jammy-arm64 Expired
22.6 MB
appimage-noble-amd64 Expired
25.2 MB
appimage-noble-arm64 Expired
23.6 MB
appimage-trixie-amd64 Expired
26.5 MB
appimage-trixie-arm64 Expired
24.7 MB