Build Workflow #196
Annotations
1 error and 1 warning
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c buildDeps=' curl \t\tcurl-dev \t\tunzip \t\tautomake \t\tautoconf \t\tlibressl-dev \t\tautoconf \t\tg++ \t\tmake \t\tgit \t\tlibtool \t' \tset -xe && apk add --no-cache --virtual .build-deps \t\t$buildDeps && apk add --no-cache libstdc++ ca-certificates libcurl && echo \"export LANG=C.UTF-8\" > /etc/profile.d/locale.sh && cd /tmp && curl -SsLo /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && for pkg in glibc glibc-bin glibc-i18n ; do curl -SsLo ${pkg}-${GLIBC_VERSION}.apk ${GLIBC_REPO}/releases/download/${GLIBC_VERSION}/${pkg}-${GLIBC_VERSION}.apk && apk add --no-cache ${pkg}-${GLIBC_VERSION}.apk && rm ${pkg}-${GLIBC_VERSION}.apk ; done && /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8 && mkdir /tmp/osslsigncode && cd /tmp/osslsigncode && PATH=/usr/glibc-compat/sbin:/usr/glibc-compat/bin:$PATH && git clone ${OSIGN_REPO} osslsigncode-master && cd osslsigncode-master && ./bootstrap && ./configure && make && make install && make clean && apk del .build-deps && rm -rf /tmp/* /usr/share/doc /usr/share/man" 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