mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
arm32 docker is building slower on arm64 for some reason, put it back to amd64
This commit is contained in:
parent
372d2847af
commit
0f15c674cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker_packaging_jobs.yml
vendored
2
.github/workflows/docker_packaging_jobs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue