Skip to content

Update publish.yml

Update publish.yml #79

Triggered via push April 9, 2024 20:21
Status Failure
Total duration 38s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
publish
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && dpkg --add-architecture i386 && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests lib32stdc++6=10.2.1-6 \t\tlib32gcc-s1=10.2.1-6 \t\tca-certificates=20210119 \t\tnano=5.4-2+deb11u1 \t\tcurl=7.74.0-1.3+deb11u3 \t\tlocales=2.31-13+deb11u4 build-essential libsdl2-2.0-0:i386 python3 python3-dev python3-pip rename wget procps && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales \t&& useradd -u \"${PUID}\" -m \"${USER}\" && su \"${USER}\" -c \"mkdir -p \\\"${STEAMCMDDIR}\\\" && wget -qO- 'https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz' | tar xvzf - -C \\\"${STEAMCMDDIR}\\\" && \\\"./${STEAMCMDDIR}/steamcmd.sh\\\" +quit && mkdir -p \\\"${HOMEDIR}/.steam/sdk32\\\" && ln -s \\\"${STEAMCMDDIR}/linux32/steamclient.so\\\" \\\"${HOMEDIR}/.steam/sdk32/steamclient.so\\\" && ln -s \\\"${STEAMCMDDIR}/linux32/steamcmd\\\" \\\"${STEAMCMDDIR}/linux32/steam\\\" && ln -s \\\"${STEAMCMDDIR}/steamcmd.sh\\\" \\\"${STEAMCMDDIR}/steam.sh\\\"\" \t&& ln -s \"${STEAMCMDDIR}/linux64/steamclient.so\" \"/usr/lib/x86_64-linux-gnu/steamclient.so\" && ln -s \"${STEAMCMDDIR}/linux32/steamclient.so\" \"/usr/lib/i386-linux-gnu/steamclient.so\" && apt-get remove --purge -y wget curl && apt-get clean autoclean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && mkdir -p \"${STEAM_APPDIR}\" && chmod 755 \"${STEAM_APPDIR}\" && chown -R \"${USER}:${USER}\" \"${STEAM_APPDIR}\"" did not complete successfully: exit code: 100