From 4af15ed6334fa04c481853ef44d3c4b8f48508ae Mon Sep 17 00:00:00 2001 From: Oneric Date: Sat, 28 Mar 2026 00:00:00 +0000 Subject: [PATCH] ci/docs: move to ARM runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is less used, faster and unlike OTP builds docs don’t need to be on any particular architecture. --- .woodpecker/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index f4a9f42ee..d77d3f108 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -1,5 +1,5 @@ labels: - platform: linux/amd64 + platform: linux/arm64 when: event: @@ -21,8 +21,8 @@ steps: image: python:3.10-slim commands: - apt-get update && apt-get install -y rclone wget git zip - - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64 - - mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli + - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_arm64 + - mv scaleway-cli_2.5.1_linux_arm64 scaleway-cli - chmod +x scaleway-cli - ./scaleway-cli object config install type=rclone - cd docs