arm32 docker is building slower on arm64 for some reason, put it back to amd64

This commit is contained in:
Erica Portnoy 2026-04-29 14:12:04 -07:00
parent 372d2847af
commit 0f15c674cb

View file

@ -28,7 +28,7 @@ jobs:
- DOCKER_ARCH: amd64
run-on: ubuntu-24.04
- DOCKER_ARCH: arm32v6
run-on: ubuntu-24.04-arm
run-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v6.0.2