Update arc-release-runners.yaml to test ubuntu 24 #1
Annotations
1 error and 1 warning
Build and Push Versioned Tags
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) && if [ \"$ARCH\" = \"amd64\" ] || [ \"$ARCH\" = \"x86_64\" ] || [ \"$ARCH\" = \"i386\" ]; then export ARCH=x64 ; fi && mkdir -p \"$RUNNER_ASSETS_DIR\" && cd \"$RUNNER_ASSETS_DIR\" && curl -fLo runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${ARCH}-${RUNNER_VERSION}.tar.gz && tar xzf ./runner.tar.gz && rm runner.tar.gz && ./bin/installdependencies.sh && mv ./externals ./externalstmp && apt-get install -y libyaml-dev && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 22
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading