runner
runner copied to clipboard
BUILDX_VERSION 0.13.2 isn't available in buildx github.
Describe the bug BUILDX_VERSION 0.13.2 isn't available in buildx github.
https://github.com/docker/buildx/releases
To Reproduce Steps to reproduce the behavior:
-
Go to images/Dockerfile
-
Run
docker buildx build . -f Dockerfile -t test --build-arg TARGETOS=linux --build-arg TARGETARCH=amd64 --platform=linux/amd64 --no-cache
- See error
[build 4/6] RUN export RUNNER_ARCH=amd64 && if [ "$RUNNER_ARCH" = "amd64" ]; then export RUNNER_ARCH=x64 ; fi && curl -f -L -o runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz && tar xzf ./runner.tar.gz && rm runner.tar.gz:
0.170 % Total % Received % Xferd Average Speed Time Time Time Current
0.170 Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0.498 curl: (22) The requested URL returned error: 404
Expected behavior Build success
Runner Version and Platform
Version of your runner? github code from main v2.317.0
OS of the machine running the runner? OSX/Windows/Linux/... OSX
What's not working?
Please include error messages and screenshots. BUILDX_VERSION 0.13.2 isn't available any more from official url.