CI: add workflow for publishing Docker image #2
publish-image.yml
on: pull_request
Publish image
13m 19s
Annotations
1 error
Publish image
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt update && apt install -y wget gnupg && wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && echo \"deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-18 main\" > /etc/apt/sources.list.d/llvm-toolchain.list && echo \"deb-src http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-18 main\" >> /etc/apt/sources.list.d/llvm-toolchain.list && apt-get update && apt install -y bolt-18 musl-tools && ln -s /usr/bin/merge-fdata-18 /usr/bin/merge-fdata && ln -s /usr/bin/llvm-bolt-18 /usr/bin/llvm-bolt && ln -s /usr/lib/llvm-18/lib/libbolt_rt_instr.a /usr/lib/libbolt_rt_instr.a && apt autoremove -y wget gnupg && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/llvm-toolchain.list" did not complete successfully: exit code: 100
|