Skip to content

fix: make syslinux download resilient (try multiple locations) #17

fix: make syslinux download resilient (try multiple locations)

fix: make syslinux download resilient (try multiple locations) #17

Triggered via pull request November 20, 2025 09:06
Status Failure
Total duration 2m 39s
Artifacts

build.yml

on: pull_request
Build Distribution
2m 34s
Build Distribution
Lint and Code Quality
12s
Lint and Code Quality
Run Tests
0s
Run Tests
Security Scan
0s
Security Scan
Create Release
0s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build Distribution
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c set -eux; mkdir -p /build/initramfs; if [ -f .config ]; then if ! yes \"\" | make oldconfig; then make defconfig; fi; else make defconfig; fi; make -j\"${BUILD_JOBS:-$(nproc)}\"; make CONFIG_PREFIX=/build/initramfs install; if [ ! -x /build/initramfs/bin/busybox ]; then echo \"ERROR: busybox install did not produce /build/initramfs/bin/busybox\"; echo \"workspace /build contents:\"; ls -la /build || true; echo \"busybox tree:\"; ls -la /build/initramfs || true; exit 1; fi; strip --strip-all /build/initramfs/bin/busybox || true; tar -C /build -czf /build/initramfs.tar.gz initramfs" did not complete successfully: exit code: 2