Skip to content

Dockerfile-build-env: Build with appimagetool instead of LinuxDeploy #25

Dockerfile-build-env: Build with appimagetool instead of LinuxDeploy

Dockerfile-build-env: Build with appimagetool instead of LinuxDeploy #25

Triggered via push February 1, 2024 02:48
Status Failure
Total duration 4m 54s
Artifacts
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

1 error
NP-build-env_focal
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"amd64\" ]; then ARCH=\"x86_64\"; elif [ \"$TARGETARCH\" = \"arm64\" ]; then ARCH=\"aarch64\"; fi && if [ \"$CODENAME\" = \"focal\" ]; then cd $TOOLS_DIR; APPIMAGE_NAME=appimagetool-$ARCH.AppImage; wget -q https://github.com/AppImage/AppImageKit/releases/download/13/$APPIMAGE_NAME; chmod +x $APPIMAGE_NAME && if [ \"$ARCH\" = \"aarch64\" ]; then dd if=/dev/zero of=$APPIMAGE_NAME conv=notrunc bs=1 count=3 seek=8; fi && ./$APPIMAGE_NAME --appimage-extract && rm ./$APPIMAGE_NAME && cd -; fi" did not complete successfully: exit code: 127