ci/docs: run non-build jobs on ARM

This may be marginally slower, but should be more efficient.

Continue using x86 for the main build as it will be faster.

(cherry picked from commit 7176d51a34)
This commit is contained in:
Matt Sturgeon 2025-06-15 19:33:27 +01:00
parent 49edadea26
commit dc0ccc5acf
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -79,7 +79,7 @@ jobs:
combine: combine:
name: Combine builds name: Combine builds
runs-on: ubuntu-latest runs-on: ubuntu-24.04-arm
needs: build needs: build
env: env:
@ -111,7 +111,7 @@ jobs:
deploy: deploy:
name: Deploy name: Deploy
runs-on: ubuntu-latest runs-on: ubuntu-24.04-arm
needs: combine needs: combine
permissions: permissions: