change baseimage to wreadsb which now includes mlat-client (#246) #737
Annotations
1 error and 1 warning
Cache build of image
buildx failed with: ERROR: failed to solve: process "/bin/bash -x -o pipefail -c TEMP_PACKAGES=() && KEPT_PACKAGES=() && if [ \"${TARGETARCH:0:3}\" != \"arm\" ]; then dpkg --add-architecture armhf; KEPT_PACKAGES+=(libc6:armhf) && KEPT_PACKAGES+=(libcurl4:armhf) && KEPT_PACKAGES+=(libglib2.0-0:armhf) && KEPT_PACKAGES+=(libjansson4:armhf) && KEPT_PACKAGES+=(libprotobuf-c1:armhf) && KEPT_PACKAGES+=(librtlsdr0:armhf) && KEPT_PACKAGES+=(qemu-user-static); else KEPT_PACKAGES+=(libc6) && KEPT_PACKAGES+=(libcurl4) && KEPT_PACKAGES+=(libglib2.0-0) && KEPT_PACKAGES+=(libjansson4) && KEPT_PACKAGES+=(libprotobuf-c1) && KEPT_PACKAGES+=(librtlsdr0); fi && KEPT_PACKAGES+=(netbase) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && mkdir -p /usr/share/doc/rbfeeder && cp -f /downloader/usr/bin/rbfeeder /usr/bin/rbfeeder_arm && cp -f /downloader/usr/bin/dump1090-rb /usr/bin/dump1090-rb && cp -f /downloader/usr/share/doc/rbfeeder/* /usr/share/doc/rbfeeder/ && cp -f /app/rootfs/usr/bin/rbfeeder_wrapper.sh /usr/bin/rbfeeder_wrapper.sh && /usr/bin/rbfeeder --version && RBFEEDER_VERSION=$(/usr/bin/rbfeeder --no-start --version | cut -d \" \" -f 2,4 | tr -d \")\" | tr \" \" \"-\") && echo \"$RBFEEDER_VERSION\" > /CONTAINER_VERSION && { find /usr/bin -regex '/usr/bin/qemu-.*-static' | grep -v qemu-arm-static | xargs rm -vf {} || true; } && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -y && rm -rf /src/* /tmp/* /var/lib/apt/lists/*" did not complete successfully: exit code: 127
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading