bump ubuntu #7
Annotations
1 error and 2 warnings
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export BUILD=$(if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ] ; then echo \"amd64\"; else echo \"arm64\"; fi) buildDeps='wget ca-certificates build-essential' && apt-get update -y && apt-get install -y libjpeg-dev imagemagick python3 python3-dev python3-pip xz-utils $buildDeps --no-install-recommends --force-yes && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && python3 -m pip install --upgrade pip && python3 -m pip install --upgrade setuptools && python3 -m pip install --no-cache-dir pyssim OpenCV-Python Numpy image && wget https://johnvansickle.com/ffmpeg/old-releases/ffmpeg-5.1.1-$BUILD-static.tar.xz && tar --strip-components 1 -C /usr/bin -xf ffmpeg-5.1.1-$BUILD-static.tar.xz --wildcards ffmpeg*/ff* && rm ffmpeg-5.1.1-$BUILD-static.tar.xz && apt-get purge -y --auto-remove $buildDeps" did not complete successfully: exit code: 1
|
docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|