Skip to content

ci/fix(workflow): try fixing build args format error #156

ci/fix(workflow): try fixing build args format error

ci/fix(workflow): try fixing build args format error #156

Triggered via push April 22, 2024 15:18
Status Failure
Total duration 44s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
main
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && groupadd --gid 99 bbs && useradd -m -g bbs -s /bin/bash --uid 9999 bbs && rm /etc/localtime && ln -rsv /usr/share/zoneinfo/Asia/Taipei /etc/localtime && (if [ -f \"/etc/apt/sources.list.d/debian.sources\" ];then cat /etc/apt/sources.list.d/debian.sources;else cat /etc/apt/sources.list;fi) && apt-get update && apt-get upgrade -y && apt-get upgrade -y && apt-get install -y --no-install-recommends bmake gcc g++ libc6-dev curl ca-certificates libevent-2.1 libevent-dev pkg-config python3 python-is-python3 git ccache clang gnupg sudo libio-all-perl libemail-sender-perl && ( curl -L https://openresty.org/package/pubkey.gpg | gpg --dearmor -o /usr/share/keyrings/openresty-archive-keyring.gpg ) && ( echo \"deb [signed-by=/usr/share/keyrings/openresty-archive-keyring.gpg] http://openresty.org/package/${OPENRESTY_ARCH}/debian $(echo ${DEBIAN_VERSION}|sed 's/sid/bookworm/g') openresty\" | tee /etc/apt/sources.list.d/openresty.list ) && apt-get update && apt-get -y install --no-install-recommends openresty && cp /tmp/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf && sudo -iu bbs sh /tmp/build_ptt.sh && apt-get remove -y bmake gcc g++ clang ccache libc6-dev libevent-dev pkg-config gnupg && apt-get autoremove -y" did not complete successfully: exit code: 100
main
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/