Publish container images to ${{ env.REGISTRY }} #434
Annotations
1 error
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
|
The logs for this run have expired and are no longer available.
Loading