mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
matrix correcter
This commit is contained in:
parent
3a8b5a1c50
commit
3a1cd90ded
1 changed files with 2 additions and 1 deletions
3
.github/workflows/packaging_jobs.yml
vendored
3
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -118,13 +118,14 @@ jobs:
|
|||
DNS_NAMES=$(echo certbot-dns-* | jq -R -s -c 'split(" ")[:-1]')
|
||||
echo 'dns-dirs='$DNS_NAMES >> "$GITHUB_OUTPUT"
|
||||
gha_build_dns:
|
||||
name: Build ${{ matrix.build-for }} snap
|
||||
name: Build ${{ matrix.dns-dir }} ${{ matrix.build-for }} snap
|
||||
needs: generate_dns_list_matrix
|
||||
runs-on: ${{ matrix.build-on }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
dns-dir: ${{ fromJSON(needs.generate_dns_list_matrix.outputs.dns-dirs) }}
|
||||
build-for: [arm64, amd64]
|
||||
include:
|
||||
- build-for: arm64
|
||||
build-on: ubuntu-24.04-arm
|
||||
|
|
|
|||
Loading…
Reference in a new issue