Manual build workflow #46
Annotations
1 error and 1 warning
Build and push arm64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y git && mkdir -p /root/ls/launcher-modules /root/ls/runtime && set -e && echo \"Clone main repository\" && git clone -b dev https://github.com/${GITHUB_REPO}.git src && cd src && sed -i 's/[email protected]:/https:\\/\\/github.com\\//' .gitmodules && git checkout $LAUNCHER_VERSION && git submodule sync && git submodule update --init --recursive && echo \"Build\" && ./gradlew build -Dorg.gradle.daemon=false || ( echo \"Build failed. Stopping\" && exit 101 ) && PTH=LaunchServer/build/libs && cp -R ${PTH}/LaunchServer.jar ${PTH}/launcher-libraries ${PTH}/launcher-libraries-compile ${PTH}/libraries /root/ls && cd .. && echo \"Clone runtime repository\" && git clone -b dev https://github.com/${GITHUB_RUNTIME_REPO}.git srcRuntime && cd srcRuntime && git checkout $RUNTIME_VERSION && ./gradlew build -Dorg.gradle.daemon=false || ( echo \"Build failed. Stopping\" && exit 102 ) && cp $(echo build/libs/JavaRuntime*.jar) /root/ls/launcher-modules/ && cp -R runtime/* /root/ls/runtime/" did not complete successfully: exit code: 102
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading