mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
docker arches have different names
This commit is contained in:
parent
166a1603fb
commit
9b84de4342
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker_packaging_jobs.yml
vendored
8
.github/workflows/docker_packaging_jobs.yml
vendored
|
|
@ -22,11 +22,11 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- DOCKER_ARCH: arm64
|
||||
- DOCKER_ARCH: arm64v8
|
||||
run-on: ubuntu-24.04-arm
|
||||
- DOCKER_ARCH: amd64
|
||||
run-on: ubuntu-24.04
|
||||
- DOCKER_ARCH: armhf
|
||||
- DOCKER_ARCH: arm32v6
|
||||
run-on: ubuntu-24.04-arm
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
@ -62,11 +62,11 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- DOCKER_ARCH: arm64
|
||||
- DOCKER_ARCH: arm64v8
|
||||
run-on: ubuntu-24.04-arm
|
||||
- DOCKER_ARCH: amd64
|
||||
run-on: ubuntu-24.04
|
||||
- DOCKER_ARCH: armhf
|
||||
- DOCKER_ARCH: arm32v6
|
||||
run-on: ubuntu-24.04-arm
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
|
|||
Loading…
Reference in a new issue