Build and publish AppImages #26
Annotations
1 error and 11 warnings
test (linux/amd64, amd64, fedora, 41)
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 (\n cd squashfs-root/runtime/compat\n ../../AppRun dependency-check\n ../../AppRun daemon --help\n )\n rm -f \"${file}\"\n done\n }\n main \"${@}\"\n" did not complete successfully: exit code: 1
|
build (linux/amd64, amd64, ubuntu, noble, 871920D1991BC93C, AppImageBuilder.yml)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (linux/amd64, amd64, debian, bookworm, 0E98404D386FA1D9, 54404762BBB6E853, AppImageBuilder....
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (linux/amd64, amd64, ubuntu, jammy, 871920D1991BC93C, AppImageBuilder.yml)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (linux/arm64, arm64, ubuntu, jammy, 871920D1991BC93C, AppImageBuilder.yml)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (linux/arm64, arm64, debian, bookworm, 0E98404D386FA1D9, 54404762BBB6E853, AppImageBuilder....
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (linux/arm64, arm64, ubuntu, noble, 871920D1991BC93C, AppImageBuilder.yml)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (linux/amd64, amd64, fedora, 41)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (linux/amd64, amd64, debian, bookworm)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (linux/amd64, amd64, ubuntu, jammy)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (linux/amd64, amd64, archlinux, base)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (linux/amd64, amd64, ubuntu, noble)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
appimage-bookworm-amd64
|
26.1 MB |
|
appimage-bookworm-arm64
|
24.2 MB |
|
appimage-jammy-amd64
|
24.7 MB |
|
appimage-jammy-arm64
|
22.5 MB |
|
appimage-noble-amd64
|
26 MB |
|
appimage-noble-arm64
|
23.4 MB |
|