Merge pull request #99 from MattKobayashi/telegraf #440
ghcr-publish.yml
on: push
build-actions-runner
3m 57s
build-avahi
34s
build-certbot-cloudflare
38s
build-fullbogons
1m 18s
build-iperf2
53s
build-iperf3
1m 3s
build-mdns-reflector
42s
build-rng-tools
31s
build-stun
1m 14s
build-telegraf
1m 23s
build-verlihub
2m 59s
build-xteve
1m 35s
build-yancobat
34s
Annotations
2 errors
build-yancobat
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then ARCH=amd64; elif [ \"$TARGETPLATFORM\" = \"linux/arm/v7\" ]; then ARCH=arm; elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then ARCH=arm64; elif [ \"$TARGETPLATFORM\" = \"linux/i386\" ]; then ARCH=i386; else exit 1; fi && export SUPERCRONIC=\"supercronic-linux-${ARCH}\" && export SUPERCRONIC_URL=\"https://github.com/aptible/supercronic/releases/download/${SUPERCRONIC_VERSION}/${SUPERCRONIC}\" && wget \"$SUPERCRONIC_URL\" && eval SUPERCRONIC_SHA1SUM='$SUPERCRONIC_SHA1SUM_'$ARCH && echo \"${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}\" | sha1sum -c - && chmod +x \"${SUPERCRONIC}\" && mv \"$SUPERCRONIC\" \"/usr/local/bin/${SUPERCRONIC}\" && ln -s \"/usr/local/bin/${SUPERCRONIC}\" /usr/local/bin/supercronic && addgroup -S ansible && adduser -S ansible -G ansible && mkdir /repo && chown -R ansible /repo && apk --no-cache upgrade && apk add --no-cache ansible-core git yq libssh py3-pip build-base python3-dev libssh-dev sudo && sudo -u ansible pip3 install ansible-pylibssh && sudo -u ansible ansible-galaxy collection install community.general && sudo -u ansible ansible-galaxy collection install cisco.ios cisco.iosxr junipernetworks.junos community.network community.routeros && apk del py3-pip build-base python3-dev libssh-dev sudo" did not complete successfully: exit code: 1
|
build-fullbogons
buildx failed with: ERROR: failed to solve: process "/bin/sh -c adduser -D bird && chown -R bird /bird/ && apk --no-cache upgrade && apk add python3 && python3 -m ensurepip && pip3 install -r requirements.txt" did not complete successfully: exit code: 1
|