Merge pull request #16 from rpatel3001/repeat_scanner #30
deploy.yml
on: push
Image Build & Push
/
Prepare workflow environment
12s
Triggered via Workflow Dispatch?
0s
Image Build & Push
/
Build (manifest)
1m 18s
Image Build & Push
/
Build nohealthcheck (manifest)
0s
Matrix: Image Build & Push / Build
Matrix: Image Build & Push / Build nohealthcheck
Annotations
6 errors
Image Build & Push / Build (manifest)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(automake) && TEMP_PACKAGES+=(autoconf) && TEMP_PACKAGES+=(wget) && TEMP_PACKAGES+=(libglib2.0-dev) && KEPT_PACKAGES+=(libglib2.0-0) && TEMP_PACKAGES+=(libzmq3-dev) && KEPT_PACKAGES+=(libzmq5) && TEMP_PACKAGES+=(libconfig++-dev) && KEPT_PACKAGES+=(libconfig++9v5) && KEPT_PACKAGES+=(libfftw3-bin) && TEMP_PACKAGES+=(libfftw3-dev) && TEMP_PACKAGES+=(libliquid-dev) && KEPT_PACKAGES+=(libliquid1) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && KEPT_PACKAGES+=(libusb-1.0-0) && TEMP_PACKAGES+=(libsqlite3-dev) && KEPT_PACKAGES+=(libsqlite3-0) && TEMP_PACKAGES+=(unzip) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && git clone https://github.com/romanbsd/statsd-c-client.git /src/statsd-client && pushd /src/statsd-client && make -j \"$(nproc)\" && make install && ldconfig && popd && git clone https://github.com/ericek111/libmirisdr-5.git /src/libmirisdr-5 && pushd /src/libmirisdr-5 && mkdir build && pushd build && cmake .. && make && make install && popd && popd && curl --location --output /tmp/install_sdrplay.sh https://raw.githubusercontent.com/sdr-enthusiasts/install-libsdrplay/main/install_sdrplay.sh && chmod +x /tmp/install_sdrplay.sh && /tmp/install_sdrplay.sh && git clone https://github.com/airspy/airspyhf.git /src/airspyhf && pushd /src/airspyhf && mkdir -p /src/airspyhf/build && pushd /src/airspyhf/build && cmake ../ -DCMAKE_BUILD_TYPE=Release -DINSTALL_UDEV_RULES=ON && make && make install && ldconfig && popd && popd && git clone https://github.com/airspy/airspyone_host.git /src/airspyone_host && pushd /src/airspyone_host && mkdir -p /src/airspyone_host/build && pushd /src/airspyone_host/build && cmake ../ -DINSTALL_UDEV_RULES=ON && make && make install && ldconfig && popd && popd && git clone https://github.com/pothosware/SoapySDR.git /src/SoapySDR && pushd /src/SoapySDR && mkdir -p /src/SoapySDR/build && pushd /src/SoapySDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make test && make install && popd && popd && ldconfig && git clone https://github.com/ericek111/SoapyMiri.git /src/SoapyMiri && pushd /src/SoapyMiri && mkdir build && pushd build && cmake .. && make -j4 && make install && popd && popd && git clone https://github.com/pothosware/SoapyAirspyHF.git /src/SoapyAirspyHF && pushd /src/SoapyAirspyHF && mkdir -p /src/SoapyAirspyHF/build && pushd /src/SoapyAirspyHF/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make install && popd && popd && ldconfig && git clone https://github.com/pothosware/SoapyAirspy.git /src/SoapyAirspy && pushd /src/SoapyAirspy && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/pothosware/SoapyRTLSDR.git /src/SoapyRTLSDR && pushd /src/SoapyRTLSDR && BRANCH_SOAPYRTLSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYRTLSDR\" && mkdir -p /src/SoapyRTLSDR/build && pushd /src/SoapyRTLSDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Debug && make all && make install && popd && popd && ldconfig && git clone https://github.com/pothosware/SoapySDRPlay.git /src/SoapySDRPlay && pushd /src/SoapySDRPlay && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/szpajder/dumphfdl.git /src/dumphfdl && pushd /src/dum
|
Image Build & Push / Build (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(automake) && TEMP_PACKAGES+=(autoconf) && TEMP_PACKAGES+=(wget) && TEMP_PACKAGES+=(libglib2.0-dev) && KEPT_PACKAGES+=(libglib2.0-0) && TEMP_PACKAGES+=(libzmq3-dev) && KEPT_PACKAGES+=(libzmq5) && TEMP_PACKAGES+=(libconfig++-dev) && KEPT_PACKAGES+=(libconfig++9v5) && KEPT_PACKAGES+=(libfftw3-bin) && TEMP_PACKAGES+=(libfftw3-dev) && TEMP_PACKAGES+=(libliquid-dev) && KEPT_PACKAGES+=(libliquid1) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && KEPT_PACKAGES+=(libusb-1.0-0) && TEMP_PACKAGES+=(libsqlite3-dev) && KEPT_PACKAGES+=(libsqlite3-0) && TEMP_PACKAGES+=(unzip) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && git clone https://github.com/romanbsd/statsd-c-client.git /src/statsd-client && pushd /src/statsd-client && make -j \"$(nproc)\" && make install && ldconfig && popd && git clone https://github.com/ericek111/libmirisdr-5.git /src/libmirisdr-5 && pushd /src/libmirisdr-5 && mkdir build && pushd build && cmake .. && make && make install && popd && popd && curl --location --output /tmp/install_sdrplay.sh https://raw.githubusercontent.com/sdr-enthusiasts/install-libsdrplay/main/install_sdrplay.sh && chmod +x /tmp/install_sdrplay.sh && /tmp/install_sdrplay.sh && git clone https://github.com/airspy/airspyhf.git /src/airspyhf && pushd /src/airspyhf && mkdir -p /src/airspyhf/build && pushd /src/airspyhf/build && cmake ../ -DCMAKE_BUILD_TYPE=Release -DINSTALL_UDEV_RULES=ON && make && make install && ldconfig && popd && popd && git clone https://github.com/airspy/airspyone_host.git /src/airspyone_host && pushd /src/airspyone_host && mkdir -p /src/airspyone_host/build && pushd /src/airspyone_host/build && cmake ../ -DINSTALL_UDEV_RULES=ON && make && make install && ldconfig && popd && popd && git clone https://github.com/pothosware/SoapySDR.git /src/SoapySDR && pushd /src/SoapySDR && mkdir -p /src/SoapySDR/build && pushd /src/SoapySDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make test && make install && popd && popd && ldconfig && git clone https://github.com/ericek111/SoapyMiri.git /src/SoapyMiri && pushd /src/SoapyMiri && mkdir build && pushd build && cmake .. && make -j4 && make install && popd && popd && git clone https://github.com/pothosware/SoapyAirspyHF.git /src/SoapyAirspyHF && pushd /src/SoapyAirspyHF && mkdir -p /src/SoapyAirspyHF/build && pushd /src/SoapyAirspyHF/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make install && popd && popd && ldconfig && git clone https://github.com/pothosware/SoapyAirspy.git /src/SoapyAirspy && pushd /src/SoapyAirspy && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/pothosware/SoapyRTLSDR.git /src/SoapyRTLSDR && pushd /src/SoapyRTLSDR && BRANCH_SOAPYRTLSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYRTLSDR\" && mkdir -p /src/SoapyRTLSDR/build && pushd /src/SoapyRTLSDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Debug && make all && make install && popd && popd && ldconfig && git clone https://github.com/pothosware/SoapySDRPlay.git /src/SoapySDRPlay && pushd /src/SoapySDRPlay && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/szpajder/dumphfdl.git /src/dumphfdl && pushd /src/dum
|
Image Build & Push / Build (linux/arm/v7)
The job was canceled because "linux_amd64" failed.
|
Image Build & Push / Build (linux/arm/v7)
The operation was canceled.
|
Image Build & Push / Build (linux/arm64)
The job was canceled because "linux_amd64" failed.
|
Image Build & Push / Build (linux/arm64)
The operation was canceled.
|